#055166

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

Shades of Blue Lagoon #055166

Tints of Blue Lagoon #055166

Color information

#055166 (or 0x055166) is unknown color: approx Blue Lagoon. HEX triplet: 05, 51 and 66. RGB value is (5,81,102). Sum of RGB (Red+Green+Blue) = 5+81+102=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 102 (40.23% from 255 or 54.26% from 188); Max value from RGB is 102 - color contains mainly: blue. Hex color #055166 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055166 is #FAAE99. Grayscale: #3C3C3C. Windows color (decimal): -16428698 or 6705413. OLE color: 6705413.

HSL color Cylindrical-coordinate representation of color #055166: hue angle of 192.99º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055166 is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB581102-
CMYK0.950.2100.6
HSL192.99º90.65%20.98%-
HSV(B)192.99º95.1%40%-
XYZ5.46.8813.61-
YUV60.67151.3288.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.66%
GREEN value IS 81 (32.03% from 255) = 43.09%
BLUE value IS 102 (40.23% from 255) = 54.26%
R=2.66%
G=43.09%
B=54.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5811020.950.2100.6192.9990.6520.98
Hex551665F1503Cc15b15
Octal51211461372507430113325
Binary10110100011100110101111110101011110011000001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055166; }

 p { color: rgb(5,81,102); }

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

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

 a { background-color: rgb(5,81,102); }

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

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

 span { border-color: rgb(5,81,102); }

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