Html Css Color HEX #058971 Observatory

📋 copy color: '#058971'

red 5 ◦ green 137 ◦ blue 113

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

Shades of Observatory #058971

Tints of Observatory #058971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 44.31%

R = 1.96%
G = 53.73%
B = 44.31%

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

#058971 (or 0x058971) is known color: Observatory. HEX triplet: 05, 89 and 71. RGB value is (5,137,113). Sum of RGB (Red+Green+Blue) = 5+137+113=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 137 (53.91% from 255 or 53.73% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 137 - color contains mainly: green. Hex color #058971 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058971 is #FA768E. Grayscale: #5E5E5E. Windows color (decimal): -16414351 or 7440645. OLE color: 7440645.

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

Color convert

RGB 5 137 113 -
CMYK 0.96 0 0.18 0.46
HSL 169.09º 0.93% 0.28% -
HSV(B) 169.09º 0.96% 0.54% -
XYZ 11.99 19.12 18.68 -
YUV 94.8 138.27 63.95 -
System Red Green Blue C M Y K H S L
Decimal 5 137 113 0.96 0 0.18 0.46 169.09 0.93 0.28
Hex 5 89 71 60 0 12 2E A9 5D 1C
Octal 5 211 161 140 0 22 56 251 135 34
Binary 101 10001001 1110001 1100000 0 10010 101110 10101001 1011101 11100

Color Harmonies of #058971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058971

Black with #058971

Text Example


Text Example

White with #058971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058971; }

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

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

background-color css

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

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

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

border-color css

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

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

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