Html Css Color HEX #055A72 Blue Lagoon

📋 copy color: '#055A72'

red 5 ◦ green 90 ◦ blue 114

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

Shades of Blue Lagoon #055A72

Tints of Blue Lagoon #055A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 54.55%

R = 2.39%
G = 43.06%
B = 54.55%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#055A72 (or 0x055A72) is known color: Blue Lagoon. HEX triplet: 05, 5A and 72. RGB value is (5,90,114). Sum of RGB (Red+Green+Blue) = 5+90+114=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 114 (44.92% from 255 or 54.55% from 209); Max value from RGB is 114 - color contains mainly: blue. Hex color #055A72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055A72 is #FAA58D. Grayscale: #434343. Windows color (decimal): -16426382 or 7494149. OLE color: 7494149.

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

Color convert

RGB 5 90 114 -
CMYK 0.96 0.21 0 0.55
HSL 193.21º 0.92% 0.23% -
HSV(B) 193.21º 0.96% 0.45% -
XYZ 6.76 8.56 17.22 -
YUV 67.32 154.34 83.55 -
System Red Green Blue C M Y K H S L
Decimal 5 90 114 0.96 0.21 0 0.55 193.21 0.92 0.23
Hex 5 5A 72 60 15 0 37 C1 5C 17
Octal 5 132 162 140 25 0 67 301 134 27
Binary 101 1011010 1110010 1100000 10101 0 110111 11000001 1011100 10111

Color Harmonies of #055A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055A72

Black with #055A72

Text Example


Text Example

White with #055A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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