Html Css Color HEX #055A70 Blue Lagoon

📋 copy color: '#055A70'

red 5 ◦ green 90 ◦ blue 112

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

Shades of Blue Lagoon #055A70

Tints of Blue Lagoon #055A70

RGB

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

 GREEN value IS 90 (35.55% from 255) = 43.48%

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

R = 2.42%
G = 43.48%
B = 54.11%

CMYK

 C value IS 0.96

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#055A70 (or 0x055A70) is known color: Blue Lagoon. HEX triplet: 05, 5A and 70. RGB value is (5,90,112). Sum of RGB (Red+Green+Blue) = 5+90+112=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #055A70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055A70 is #FAA58F. Grayscale: #424242. Windows color (decimal): -16426384 or 7363077. OLE color: 7363077.

HSL color Cylindrical-coordinate representation of color #055A70: hue angle of 192.34º 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 #055A70 is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 90 112 -
CMYK 0.96 0.20 0 0.56
HSL 192.34º 0.91% 0.23% -
HSV(B) 192.34º 0.96% 0.44% -
XYZ 6.64 8.51 16.62 -
YUV 67.09 153.34 83.71 -
System Red Green Blue C M Y K H S L
Decimal 5 90 112 0.96 0.20 0 0.56 192.34 0.91 0.23
Hex 5 5A 70 60 14 0 38 C0 5B 17
Octal 5 132 160 140 24 0 70 300 133 27
Binary 101 1011010 1110000 1100000 10100 0 111000 11000000 1011011 10111

Color Harmonies of #055A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055A70

Black with #055A70

Text Example


Text Example

White with #055A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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