Html Css Color HEX #005576 Blue Lagoon

📋 copy color: '#005576'

red 0 ◦ green 85 ◦ blue 118

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

Shades of Blue Lagoon #005576

Tints of Blue Lagoon #005576

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 85 (33.59% from 255) = 41.87%

 BLUE value IS 118 (46.48% from 255) = 58.13%

R = 0%
G = 41.87%
B = 58.13%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#005576 (or 0x005576) is known color: Blue Lagoon. HEX triplet: 00, 55 and 76. RGB value is (0,85,118). Sum of RGB (Red+Green+Blue) = 0+85+118=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #005576 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005576 is #FFAA89. Grayscale: #3F3F3F. Windows color (decimal): -16755338 or 7755008. OLE color: 7755008.

HSL color Cylindrical-coordinate representation of color #005576: hue angle of 196.78º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005576 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 85 118 -
CMYK 1 0.28 0 0.54
HSL 196.78º 1% 0.23% -
HSV(B) 196.78º 1% 0.46% -
XYZ 6.52 7.81 18.3 -
YUV 63.35 158.84 82.82 -
System Red Green Blue C M Y K H S L
Decimal 0 85 118 1 0.28 0 0.54 196.78 1 0.23
Hex 0 55 76 64 1C 0 36 C5 64 17
Octal 0 125 166 144 34 0 66 305 144 27
Binary 0 1010101 1110110 1100100 11100 0 110110 11000101 1100100 10111

Color Harmonies of #005576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005576

Black with #005576

Text Example


Text Example

White with #005576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005576; }

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

 H1.HeaderClassName
 {
   color: #005576;
 }
 .AnyTagClassName
 {
   color: #005576;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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