Html Css Color HEX #005571 Blue Lagoon

📋 copy color: '#005571'

red 0 ◦ green 85 ◦ blue 113

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

Shades of Blue Lagoon #005571

Tints of Blue Lagoon #005571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 57.07%

R = 0%
G = 42.93%
B = 57.07%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#005571 (or 0x005571) is known color: Blue Lagoon. HEX triplet: 00, 55 and 71. RGB value is (0,85,113). Sum of RGB (Red+Green+Blue) = 0+85+113=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 113 (44.53% from 255 or 57.07% from 198); Max value from RGB is 113 - color contains mainly: blue. Hex color #005571 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005571 is #FFAA8E. Grayscale: #3E3E3E. Windows color (decimal): -16755343 or 7427328. OLE color: 7427328.

HSL color Cylindrical-coordinate representation of color #005571: hue angle of 194.87º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005571 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 85 113 -
CMYK 1 0.25 0 0.56
HSL 194.87º 1% 0.22% -
HSV(B) 194.87º 1% 0.44% -
XYZ 6.23 7.69 16.78 -
YUV 62.78 156.34 83.22 -
System Red Green Blue C M Y K H S L
Decimal 0 85 113 1 0.25 0 0.56 194.87 1 0.22
Hex 0 55 71 64 19 0 38 C3 64 16
Octal 0 125 161 144 31 0 70 303 144 26
Binary 0 1010101 1110001 1100100 11001 0 111000 11000011 1100100 10110

Color Harmonies of #005571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005571

Black with #005571

Text Example


Text Example

White with #005571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005571; }

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

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

background-color css

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

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

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

border-color css

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

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

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