Html Css Color HEX #058970 Observatory

📋 copy color: '#058970'

red 5 ◦ green 137 ◦ blue 112

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

Shades of Observatory #058970

Tints of Observatory #058970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 44.09%

R = 1.97%
G = 53.94%
B = 44.09%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#058970 (or 0x058970) is known color: Observatory. HEX triplet: 05, 89 and 70. RGB value is (5,137,112). Sum of RGB (Red+Green+Blue) = 5+137+112=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 137 (53.91% from 255 or 53.94% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 137 - color contains mainly: green. Hex color #058970 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058970 is #FA768F. Grayscale: #5E5E5E. Windows color (decimal): -16414352 or 7375109. OLE color: 7375109.

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

Color convert

RGB 5 137 112 -
CMYK 0.96 0 0.18 0.46
HSL 168.64º 0.93% 0.28% -
HSV(B) 168.64º 0.96% 0.54% -
XYZ 11.93 19.09 18.39 -
YUV 94.68 137.77 64.03 -
System Red Green Blue C M Y K H S L
Decimal 5 137 112 0.96 0 0.18 0.46 168.64 0.93 0.28
Hex 5 89 70 60 0 12 2E A9 5D 1C
Octal 5 211 160 140 0 22 56 251 135 34
Binary 101 10001001 1110000 1100000 0 10010 101110 10101001 1011101 11100

Color Harmonies of #058970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058970

Black with #058970

Text Example


Text Example

White with #058970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058970; }

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

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

background-color css

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

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

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

border-color css

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

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

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