#005562

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

Shades of Blue Lagoon #005562

Tints of Blue Lagoon #005562

Color information

#005562 (or 0x005562) is unknown color: approx Blue Lagoon. HEX triplet: 00, 55 and 62. RGB value is (0,85,98). Sum of RGB (Red+Green+Blue) = 0+85+98=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 98 (38.67% from 255 or 53.55% from 183); Max value from RGB is 98 - color contains mainly: blue. Hex color #005562 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005562 is #FFAA9D. Grayscale: #3C3C3C. Windows color (decimal): -16755358 or 6444288. OLE color: 6444288.

HSL color Cylindrical-coordinate representation of color #005562: hue angle of 187.96º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005562 is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB08598-
CMYK10.1300.62
HSL187.96º100%19.22%-
HSV(B)187.96º100%38.43%-
XYZ5.457.3812.69-
YUV61.07148.8484.44-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 85 (33.59% from 255) = 46.45%
BLUE value IS 98 (38.67% from 255) = 53.55%
R=0%
G=46.45%
B=53.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0859810.1300.62187.9610019.22
Hex0556264D03Ebc6413
Octal01251421441507627414423
Binary01010101110001011001001101011111010111100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005562; }

 p { color: rgb(0,85,98); }

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

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

 a { background-color: rgb(0,85,98); }

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

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

 span { border-color: rgb(0,85,98); }

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