Html Css Color HEX #055E72 Blue Lagoon

📋 copy color: '#055E72'

red 5 ◦ green 94 ◦ blue 114

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

Shades of Blue Lagoon #055E72

Tints of Blue Lagoon #055E72

RGB

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

 GREEN value IS 94 (37.11% from 255) = 44.13%

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

R = 2.35%
G = 44.13%
B = 53.52%

CMYK

 C value IS 0.96

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#055E72 (or 0x055E72) is known color: Blue Lagoon. HEX triplet: 05, 5E and 72. RGB value is (5,94,114). Sum of RGB (Red+Green+Blue) = 5+94+114=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 94 (37.11% from 255 or 44.13% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #055E72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055E72 is #FAA18D. Grayscale: #454545. Windows color (decimal): -16425358 or 7495173. OLE color: 7495173.

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

Color convert

RGB 5 94 114 -
CMYK 0.96 0.18 0 0.55
HSL 191.01º 0.92% 0.23% -
HSV(B) 191.01º 0.96% 0.45% -
XYZ 7.1 9.25 17.33 -
YUV 69.67 153.01 81.87 -
System Red Green Blue C M Y K H S L
Decimal 5 94 114 0.96 0.18 0 0.55 191.01 0.92 0.23
Hex 5 5E 72 60 12 0 37 BF 5C 17
Octal 5 136 162 140 22 0 67 277 134 27
Binary 101 1011110 1110010 1100000 10010 0 110111 10111111 1011100 10111

Color Harmonies of #055E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055E72

Black with #055E72

Text Example


Text Example

White with #055E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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