Html Css Color HEX #058974 Observatory

📋 copy color: '#058974'

red 5 ◦ green 137 ◦ blue 116

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

Shades of Observatory #058974

Tints of Observatory #058974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 44.96%

R = 1.94%
G = 53.1%
B = 44.96%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#058974 (or 0x058974) is known color: Observatory. HEX triplet: 05, 89 and 74. RGB value is (5,137,116). Sum of RGB (Red+Green+Blue) = 5+137+116=258 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.94% from 258); Green value is 137 (53.91% from 255 or 53.10% from 258); Blue value is 116 (45.70% from 255 or 44.96% from 258); Max value from RGB is 137 - color contains mainly: green. Hex color #058974 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058974 is #FA768B. Grayscale: #5F5F5F. Windows color (decimal): -16414348 or 7637253. OLE color: 7637253.

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

Color convert

RGB 5 137 116 -
CMYK 0.96 0 0.15 0.46
HSL 170.45º 0.93% 0.28% -
HSV(B) 170.45º 0.96% 0.54% -
XYZ 12.16 19.18 19.59 -
YUV 95.14 139.77 63.71 -
System Red Green Blue C M Y K H S L
Decimal 5 137 116 0.96 0 0.15 0.46 170.45 0.93 0.28
Hex 5 89 74 60 0 F 2E AA 5D 1C
Octal 5 211 164 140 0 17 56 252 135 34
Binary 101 10001001 1110100 1100000 0 1111 101110 10101010 1011101 11100

Color Harmonies of #058974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058974

Black with #058974

Text Example


Text Example

White with #058974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058974; }

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

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

background-color css

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

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

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

border-color css

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

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

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