Html Css Color HEX #005E77 Blue Lagoon

📋 copy color: '#005E77'

red 0 ◦ green 94 ◦ blue 119

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

Shades of Blue Lagoon #005E77

Tints of Blue Lagoon #005E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 55.87%

R = 0%
G = 44.13%
B = 55.87%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#005E77 (or 0x005E77) is known color: Blue Lagoon. HEX triplet: 00, 5E and 77. RGB value is (0,94,119). Sum of RGB (Red+Green+Blue) = 0+94+119=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 94 (37.11% from 255 or 44.13% from 213); Blue value is 119 (46.88% from 255 or 55.87% from 213); Max value from RGB is 119 - color contains mainly: blue. Hex color #005E77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005E77 is #FFA188. Grayscale: #444444. Windows color (decimal): -16753033 or 7822848. OLE color: 7822848.

HSL color Cylindrical-coordinate representation of color #005E77: hue angle of 192.61º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005E77 is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 94 119 -
CMYK 1 0.21 0 0.53
HSL 192.61º 1% 0.23% -
HSV(B) 192.61º 1% 0.47% -
XYZ 7.33 9.34 18.87 -
YUV 68.74 156.36 78.97 -
System Red Green Blue C M Y K H S L
Decimal 0 94 119 1 0.21 0 0.53 192.61 1 0.23
Hex 0 5E 77 64 15 0 35 C1 64 17
Octal 0 136 167 144 25 0 65 301 144 27
Binary 0 1011110 1110111 1100100 10101 0 110101 11000001 1100100 10111

Color Harmonies of #005E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005E77

Black with #005E77

Text Example


Text Example

White with #005E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005E77; }

 p { color: rgb(0,94,119); }

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

background-color css

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

 a { background-color: rgb(0,94,119); }

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

border-color css

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

 span { border-color: rgb(0,94,119); }

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