Html Css Color HEX #005573 Blue Lagoon

📋 copy color: '#005573'

red 0 ◦ green 85 ◦ blue 115

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

Shades of Blue Lagoon #005573

Tints of Blue Lagoon #005573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 57.5%

R = 0%
G = 42.5%
B = 57.5%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#005573 (or 0x005573) is known color: Blue Lagoon. HEX triplet: 00, 55 and 73. RGB value is (0,85,115). Sum of RGB (Red+Green+Blue) = 0+85+115=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #005573 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005573 is #FFAA8C. Grayscale: #3E3E3E. Windows color (decimal): -16755341 or 7558400. OLE color: 7558400.

HSL color Cylindrical-coordinate representation of color #005573: hue angle of 195.65º 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 #005573 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 85 115 -
CMYK 1 0.26 0 0.55
HSL 195.65º 1% 0.23% -
HSV(B) 195.65º 1% 0.45% -
XYZ 6.34 7.73 17.38 -
YUV 63.01 157.34 83.06 -
System Red Green Blue C M Y K H S L
Decimal 0 85 115 1 0.26 0 0.55 195.65 1 0.23
Hex 0 55 73 64 1A 0 37 C4 64 17
Octal 0 125 163 144 32 0 67 304 144 27
Binary 0 1010101 1110011 1100100 11010 0 110111 11000100 1100100 10111

Color Harmonies of #005573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005573

Black with #005573

Text Example


Text Example

White with #005573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005573; }

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

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

background-color css

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

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

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

border-color css

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

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

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