Html Css Color HEX #005562 Blue Lagoon

📋 copy color: '#005562'

red 0 ◦ green 85 ◦ blue 98

#005562
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #005562

Tints of Blue Lagoon #005562

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 value IS 1

 M value IS 0.13

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#005562 (or 0x005562) is known color: 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

RGB 0 85 98 -
CMYK 1 0.13 0 0.62
HSL 187.96º 1% 0.19% -
HSV(B) 187.96º 1% 0.38% -
XYZ 5.45 7.38 12.69 -
YUV 61.07 148.84 84.44 -
System Red Green Blue C M Y K H S L
Decimal 0 85 98 1 0.13 0 0.62 187.96 1 0.19
Hex 0 55 62 64 D 0 3E BC 64 13
Octal 0 125 142 144 15 0 76 274 144 23
Binary 0 1010101 1100010 1100100 1101 0 111110 10111100 1100100 10011

Color Harmonies of #005562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005562

Black with #005562

Text Example


Text Example

White with #005562

Text Example


Text Example

HTML Codes & Css Web 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>