Html Css Color HEX #059477 Observatory

📋 copy color: '#059477'

red 5 ◦ green 148 ◦ blue 119

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

Shades of Observatory #059477

Tints of Observatory #059477

RGB

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

 GREEN value IS 148 (58.2% from 255) = 54.41%

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

R = 1.84%
G = 54.41%
B = 43.75%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#059477 (or 0x059477) is known color: Observatory. HEX triplet: 05, 94 and 77. RGB value is (5,148,119). Sum of RGB (Red+Green+Blue) = 5+148+119=272 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.84% from 272); Green value is 148 (58.20% from 255 or 54.41% from 272); Blue value is 119 (46.88% from 255 or 43.75% from 272); Max value from RGB is 148 - color contains mainly: green. Hex color #059477 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059477 is #FA6B88. Grayscale: #656565. Windows color (decimal): -16411529 or 7836677. OLE color: 7836677.

HSL color Cylindrical-coordinate representation of color #059477: hue angle of 167.83º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059477 is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 148 119 -
CMYK 0.97 0 0.20 0.42
HSL 167.83º 0.93% 0.3% -
HSV(B) 167.83º 0.97% 0.58% -
XYZ 13.98 22.54 21.07 -
YUV 101.94 137.62 58.86 -
System Red Green Blue C M Y K H S L
Decimal 5 148 119 0.97 0 0.20 0.42 167.83 0.93 0.3
Hex 5 94 77 61 0 14 2A A8 5D 1E
Octal 5 224 167 141 0 24 52 250 135 36
Binary 101 10010100 1110111 1100001 0 10100 101010 10101000 1011101 11110

Color Harmonies of #059477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059477

Black with #059477

Text Example


Text Example

White with #059477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059477; }

 p { color: rgb(5,148,119); }

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

background-color css

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

 a { background-color: rgb(5,148,119); }

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

border-color css

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

 span { border-color: rgb(5,148,119); }

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