Html Css Color HEX #005570 Blue Lagoon

📋 copy color: '#005570'

red 0 ◦ green 85 ◦ blue 112

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

Shades of Blue Lagoon #005570

Tints of Blue Lagoon #005570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 56.85%

R = 0%
G = 43.15%
B = 56.85%

CMYK

 C value IS 1

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#005570 (or 0x005570) is known color: Blue Lagoon. HEX triplet: 00, 55 and 70. RGB value is (0,85,112). Sum of RGB (Red+Green+Blue) = 0+85+112=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 112 (44.14% from 255 or 56.85% from 197); Max value from RGB is 112 - color contains mainly: blue. Hex color #005570 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005570 is #FFAA8F. Grayscale: #3E3E3E. Windows color (decimal): -16755344 or 7361792. OLE color: 7361792.

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

Color convert

RGB 0 85 112 -
CMYK 1 0.24 0 0.56
HSL 194.46º 1% 0.22% -
HSV(B) 194.46º 1% 0.44% -
XYZ 6.17 7.67 16.48 -
YUV 62.66 155.84 83.3 -
System Red Green Blue C M Y K H S L
Decimal 0 85 112 1 0.24 0 0.56 194.46 1 0.22
Hex 0 55 70 64 18 0 38 C2 64 16
Octal 0 125 160 144 30 0 70 302 144 26
Binary 0 1010101 1110000 1100100 11000 0 111000 11000010 1100100 10110

Color Harmonies of #005570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005570

Black with #005570

Text Example


Text Example

White with #005570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005570; }

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

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

background-color css

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

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

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

border-color css

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

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

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