Html Css Color HEX #058979 Observatory

📋 copy color: '#058979'

red 5 ◦ green 137 ◦ blue 121

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

Shades of Observatory #058979

Tints of Observatory #058979

RGB

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

 GREEN value IS 137 (53.91% from 255) = 52.09%

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

R = 1.9%
G = 52.09%
B = 46.01%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#058979 (or 0x058979) is known color: Observatory. HEX triplet: 05, 89 and 79. RGB value is (5,137,121). Sum of RGB (Red+Green+Blue) = 5+137+121=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 137 (53.91% from 255 or 52.09% from 263); Blue value is 121 (47.66% from 255 or 46.01% from 263); Max value from RGB is 137 - color contains mainly: green. Hex color #058979 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058979 is #FA7686. Grayscale: #5F5F5F. Windows color (decimal): -16414343 or 7964933. OLE color: 7964933.

HSL color Cylindrical-coordinate representation of color #058979: hue angle of 172.73º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058979 is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 137 121 -
CMYK 0.96 0 0.12 0.46
HSL 172.73º 0.93% 0.28% -
HSV(B) 172.73º 0.96% 0.54% -
XYZ 12.46 19.3 21.16 -
YUV 95.71 142.27 63.3 -
System Red Green Blue C M Y K H S L
Decimal 5 137 121 0.96 0 0.12 0.46 172.73 0.93 0.28
Hex 5 89 79 60 0 C 2E AD 5D 1C
Octal 5 211 171 140 0 14 56 255 135 34
Binary 101 10001001 1111001 1100000 0 1100 101110 10101101 1011101 11100

Color Harmonies of #058979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058979

Black with #058979

Text Example


Text Example

White with #058979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058979; }

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

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

background-color css

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

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

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

border-color css

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

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

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