Html Css Color HEX #059179 Observatory

📋 copy color: '#059179'

red 5 ◦ green 145 ◦ blue 121

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

Shades of Observatory #059179

Tints of Observatory #059179

RGB

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

 GREEN value IS 145 (57.03% from 255) = 53.51%

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

R = 1.85%
G = 53.51%
B = 44.65%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#059179 (or 0x059179) is known color: Observatory. HEX triplet: 05, 91 and 79. RGB value is (5,145,121). Sum of RGB (Red+Green+Blue) = 5+145+121=271 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 271); Green value is 145 (57.03% from 255 or 53.51% from 271); Blue value is 121 (47.66% from 255 or 44.65% from 271); Max value from RGB is 145 - color contains mainly: green. Hex color #059179 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059179 is #FA6E86. Grayscale: #646464. Windows color (decimal): -16412295 or 7966981. OLE color: 7966981.

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

Color convert

RGB 5 145 121 -
CMYK 0.97 0 0.17 0.43
HSL 169.71º 0.93% 0.29% -
HSV(B) 169.71º 0.97% 0.57% -
XYZ 13.64 21.66 21.55 -
YUV 100.4 139.62 59.95 -
System Red Green Blue C M Y K H S L
Decimal 5 145 121 0.97 0 0.17 0.43 169.71 0.93 0.29
Hex 5 91 79 61 0 11 2B AA 5D 1D
Octal 5 221 171 141 0 21 53 252 135 35
Binary 101 10010001 1111001 1100001 0 10001 101011 10101010 1011101 11101

Color Harmonies of #059179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059179

Black with #059179

Text Example


Text Example

White with #059179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059179; }

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

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

background-color css

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

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

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

border-color css

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

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

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