#055563

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

Shades of Blue Lagoon #055563

Tints of Blue Lagoon #055563

Color information

#055563 (or 0x055563) is unknown color: approx Blue Lagoon. HEX triplet: 05, 55 and 63. RGB value is (5,85,99). Sum of RGB (Red+Green+Blue) = 5+85+99=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 99 (39.06% from 255 or 52.38% from 189); Max value from RGB is 99 - color contains mainly: blue. Hex color #055563 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055563 is #FAAA9C. Grayscale: #3E3E3E. Windows color (decimal): -16427677 or 6509829. OLE color: 6509829.

HSL color Cylindrical-coordinate representation of color #055563: hue angle of 188.94º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055563 is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB58599-
CMYK0.950.1400.61
HSL188.94º90.38%20.39%-
HSV(B)188.94º94.95%38.82%-
XYZ5.567.4312.95-
YUV62.68148.586.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.65%
GREEN value IS 85 (33.59% from 255) = 44.97%
BLUE value IS 99 (39.06% from 255) = 52.38%
R=2.65%
G=44.97%
B=52.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal585990.950.1400.61188.9490.3820.39
Hex555635FE03Dbd5a14
Octal51251431371607527513224
Binary1011010101110001110111111110011110110111101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055563; }

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

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

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

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

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

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

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

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