Html Css Color HEX #059079 Observatory

📋 copy color: '#059079'

red 5 ◦ green 144 ◦ blue 121

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

Shades of Observatory #059079

Tints of Observatory #059079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 44.81%

R = 1.85%
G = 53.33%
B = 44.81%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#059079 (or 0x059079) is known color: Observatory. HEX triplet: 05, 90 and 79. RGB value is (5,144,121). Sum of RGB (Red+Green+Blue) = 5+144+121=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 144 (56.64% from 255 or 53.33% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 144 - color contains mainly: green. Hex color #059079 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059079 is #FA6F86. Grayscale: #636363. Windows color (decimal): -16412551 or 7966725. OLE color: 7966725.

HSL color Cylindrical-coordinate representation of color #059079: hue angle of 170.07º 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 #059079 is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 144 121 -
CMYK 0.97 0 0.16 0.44
HSL 170.07º 0.93% 0.29% -
HSV(B) 170.07º 0.97% 0.56% -
XYZ 13.49 21.36 21.5 -
YUV 99.82 139.95 60.37 -
System Red Green Blue C M Y K H S L
Decimal 5 144 121 0.97 0 0.16 0.44 170.07 0.93 0.29
Hex 5 90 79 61 0 10 2C AA 5D 1D
Octal 5 220 171 141 0 20 54 252 135 35
Binary 101 10010000 1111001 1100001 0 10000 101100 10101010 1011101 11101

Color Harmonies of #059079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059079

Black with #059079

Text Example


Text Example

White with #059079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059079; }

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

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

background-color css

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

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

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

border-color css

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

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

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