Html Css Color HEX #055970 Blue Lagoon

📋 copy color: '#055970'

red 5 ◦ green 89 ◦ blue 112

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

Shades of Blue Lagoon #055970

Tints of Blue Lagoon #055970

RGB

 RED value IS 5 (2.34% from 255) = 2.43%

 GREEN value IS 89 (35.16% from 255) = 43.2%

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

R = 2.43%
G = 43.2%
B = 54.37%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#055970 (or 0x055970) is known color: Blue Lagoon. HEX triplet: 05, 59 and 70. RGB value is (5,89,112). Sum of RGB (Red+Green+Blue) = 5+89+112=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 89 (35.16% from 255 or 43.20% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #055970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055970 is #FAA68F. Grayscale: #424242. Windows color (decimal): -16426640 or 7362821. OLE color: 7362821.

HSL color Cylindrical-coordinate representation of color #055970: hue angle of 192.9º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055970 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 89 112 -
CMYK 0.96 0.21 0 0.56
HSL 192.9º 0.91% 0.23% -
HSV(B) 192.9º 0.96% 0.44% -
XYZ 6.56 8.35 16.59 -
YUV 66.51 153.67 84.13 -
System Red Green Blue C M Y K H S L
Decimal 5 89 112 0.96 0.21 0 0.56 192.9 0.91 0.23
Hex 5 59 70 60 15 0 38 C1 5B 17
Octal 5 131 160 140 25 0 70 301 133 27
Binary 101 1011001 1110000 1100000 10101 0 111000 11000001 1011011 10111

Color Harmonies of #055970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055970

Black with #055970

Text Example


Text Example

White with #055970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055970; }

 p { color: rgb(5,89,112); }

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

background-color css

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

 a { background-color: rgb(5,89,112); }

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

border-color css

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

 span { border-color: rgb(5,89,112); }

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