Html Css Color HEX #005574 Blue Lagoon

📋 copy color: '#005574'

red 0 ◦ green 85 ◦ blue 116

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

Shades of Blue Lagoon #005574

Tints of Blue Lagoon #005574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 57.71%

R = 0%
G = 42.29%
B = 57.71%

CMYK

 C value IS 1

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#005574 (or 0x005574) is known color: Blue Lagoon. HEX triplet: 00, 55 and 74. RGB value is (0,85,116). Sum of RGB (Red+Green+Blue) = 0+85+116=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 116 (45.70% from 255 or 57.71% from 201); Max value from RGB is 116 - color contains mainly: blue. Hex color #005574 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005574 is #FFAA8B. Grayscale: #3E3E3E. Windows color (decimal): -16755340 or 7623936. OLE color: 7623936.

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

Color convert

RGB 0 85 116 -
CMYK 1 0.27 0 0.55
HSL 196.03º 1% 0.23% -
HSV(B) 196.03º 1% 0.45% -
XYZ 6.4 7.76 17.68 -
YUV 63.12 157.84 82.98 -
System Red Green Blue C M Y K H S L
Decimal 0 85 116 1 0.27 0 0.55 196.03 1 0.23
Hex 0 55 74 64 1B 0 37 C4 64 17
Octal 0 125 164 144 33 0 67 304 144 27
Binary 0 1010101 1110100 1100100 11011 0 110111 11000100 1100100 10111

Color Harmonies of #005574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005574

Black with #005574

Text Example


Text Example

White with #005574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005574; }

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

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

background-color css

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

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

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

border-color css

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

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

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