Html Css Color HEX #059077 Observatory

📋 copy color: '#059077'

red 5 ◦ green 144 ◦ blue 119

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

Shades of Observatory #059077

Tints of Observatory #059077

RGB

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

 GREEN value IS 144 (56.64% from 255) = 53.73%

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

R = 1.87%
G = 53.73%
B = 44.4%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#059077 (or 0x059077) is known color: Observatory. HEX triplet: 05, 90 and 77. RGB value is (5,144,119). Sum of RGB (Red+Green+Blue) = 5+144+119=268 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 268); Green value is 144 (56.64% from 255 or 53.73% from 268); Blue value is 119 (46.88% from 255 or 44.40% from 268); Max value from RGB is 144 - color contains mainly: green. Hex color #059077 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059077 is #FA6F88. Grayscale: #636363. Windows color (decimal): -16412553 or 7835653. OLE color: 7835653.

HSL color Cylindrical-coordinate representation of color #059077: hue angle of 169.21º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059077 is Cyan = 0.97, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 144 119 -
CMYK 0.97 0 0.17 0.44
HSL 169.21º 0.93% 0.29% -
HSV(B) 169.21º 0.97% 0.56% -
XYZ 13.37 21.31 20.86 -
YUV 99.59 138.95 60.53 -
System Red Green Blue C M Y K H S L
Decimal 5 144 119 0.97 0 0.17 0.44 169.21 0.93 0.29
Hex 5 90 77 61 0 11 2C A9 5D 1D
Octal 5 220 167 141 0 21 54 251 135 35
Binary 101 10010000 1110111 1100001 0 10001 101100 10101001 1011101 11101

Color Harmonies of #059077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059077

Black with #059077

Text Example


Text Example

White with #059077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059077; }

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

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

background-color css

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

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

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

border-color css

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

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

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