#055569

Color #055569 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #055569

Tints of Blue Lagoon #055569

Color information

#055569 (or 0x055569) is unknown color: approx Blue Lagoon. HEX triplet: 05, 55 and 69. RGB value is (5,85,105). Sum of RGB (Red+Green+Blue) = 5+85+105=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 105 (41.41% from 255 or 53.85% from 195); Max value from RGB is 105 - color contains mainly: blue. Hex color #055569 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055569 is #FAAA96. Grayscale: #3F3F3F. Windows color (decimal): -16427671 or 6903045. OLE color: 6903045.

HSL color Cylindrical-coordinate representation of color #055569: hue angle of 192º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055569 is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB585105-
CMYK0.950.1900.59
HSL192º90.91%21.57%-
HSV(B)192º95.24%41.18%-
XYZ5.867.5514.51-
YUV63.36151.586.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 2.56%
GREEN value IS 85 (33.59% from 255) = 43.59%
BLUE value IS 105 (41.41% from 255) = 53.85%
R=2.56%
G=43.59%
B=53.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5851050.950.1900.5919290.9121.57
Hex555695F1303Bc05b16
Octal51251511372307330013326
Binary10110101011101001101111110011011101111000000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055569; }

 p { color: rgb(5,85,105); }

 H1.HeaderClassName
 {
   color: #055569;
 }
 .AnyTagClassName
 {
   color: #055569;
 }
</style>
background-color css

<style>
 a { background-color: #055569; }

 a { background-color: rgb(5,85,105); }

 div.DivClassName
 {
   background-color: #055569;
 }
 .BgClassName
 {
   background-color: #055569;
 }
</style>
border-color css

<style>
 span { border-color: #055569; }

 span { border-color: rgb(5,85,105); }

 td.TdClassName
 {
   border-color: #055569;
 }
 .TagClassName
 {
   border-color: #055569;
 }
</style>