#055567

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

Shades of Blue Lagoon #055567

Tints of Blue Lagoon #055567

Color information

#055567 (or 0x055567) is unknown color: approx Blue Lagoon. HEX triplet: 05, 55 and 67. RGB value is (5,85,103). Sum of RGB (Red+Green+Blue) = 5+85+103=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 103 (40.62% from 255 or 53.37% from 193); Max value from RGB is 103 - color contains mainly: blue. Hex color #055567 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055567 is #FAAA98. Grayscale: #3E3E3E. Windows color (decimal): -16427673 or 6771973. OLE color: 6771973.

HSL color Cylindrical-coordinate representation of color #055567: hue angle of 191.02º 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 #055567 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB585103-
CMYK0.950.1700.60
HSL191.02º90.74%21.18%-
HSV(B)191.02º95.15%40.39%-
XYZ5.767.5113.98-
YUV63.13150.586.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.59%
GREEN value IS 85 (33.59% from 255) = 44.04%
BLUE value IS 103 (40.62% from 255) = 53.37%
R=2.59%
G=44.04%
B=53.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5851030.950.1700.60191.0290.7421.18
Hex555675F1103Cbf5b15
Octal51251471372107427713325
Binary10110101011100111101111110001011110010111111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055567; }

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

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

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

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

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

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

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

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