Html Css Color HEX #058978 Observatory

📋 copy color: '#058978'

red 5 ◦ green 137 ◦ blue 120

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

Shades of Observatory #058978

Tints of Observatory #058978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 45.8%

R = 1.91%
G = 52.29%
B = 45.8%

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

#058978 (or 0x058978) is known color: Observatory. HEX triplet: 05, 89 and 78. RGB value is (5,137,120). Sum of RGB (Red+Green+Blue) = 5+137+120=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 137 (53.91% from 255 or 52.29% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 137 - color contains mainly: green. Hex color #058978 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058978 is #FA7687. Grayscale: #5F5F5F. Windows color (decimal): -16414344 or 7899397. OLE color: 7899397.

HSL color Cylindrical-coordinate representation of color #058978: hue angle of 172.27º 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 #058978 is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 137 120 -
CMYK 0.96 0 0.12 0.46
HSL 172.27º 0.93% 0.28% -
HSV(B) 172.27º 0.96% 0.54% -
XYZ 12.4 19.28 20.84 -
YUV 95.59 141.77 63.38 -
System Red Green Blue C M Y K H S L
Decimal 5 137 120 0.96 0 0.12 0.46 172.27 0.93 0.28
Hex 5 89 78 60 0 C 2E AC 5D 1C
Octal 5 211 170 140 0 14 56 254 135 34
Binary 101 10001001 1111000 1100000 0 1100 101110 10101100 1011101 11100

Color Harmonies of #058978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058978

Black with #058978

Text Example


Text Example

White with #058978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058978; }

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

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

background-color css

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

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

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

border-color css

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

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

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