Html Css Color HEX #058D73 Observatory

📋 copy color: '#058D73'

red 5 ◦ green 141 ◦ blue 115

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

Shades of Observatory #058D73

Tints of Observatory #058D73

RGB

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

 GREEN value IS 141 (55.47% from 255) = 54.02%

 BLUE value IS 115 (45.31% from 255) = 44.06%

R = 1.92%
G = 54.02%
B = 44.06%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#058D73 (or 0x058D73) is known color: Observatory. HEX triplet: 05, 8D and 73. RGB value is (5,141,115). Sum of RGB (Red+Green+Blue) = 5+141+115=261 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 261); Green value is 141 (55.47% from 255 or 54.02% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 141 - color contains mainly: green. Hex color #058D73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058D73 is #FA728C. Grayscale: #616161. Windows color (decimal): -16413325 or 7572741. OLE color: 7572741.

HSL color Cylindrical-coordinate representation of color #058D73: hue angle of 168.53º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058D73 is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 141 115 -
CMYK 0.96 0 0.18 0.45
HSL 168.53º 0.93% 0.29% -
HSV(B) 168.53º 0.96% 0.55% -
XYZ 12.68 20.32 19.47 -
YUV 97.37 137.94 62.11 -
System Red Green Blue C M Y K H S L
Decimal 5 141 115 0.96 0 0.18 0.45 168.53 0.93 0.29
Hex 5 8D 73 60 0 12 2D A9 5D 1D
Octal 5 215 163 140 0 22 55 251 135 35
Binary 101 10001101 1110011 1100000 0 10010 101101 10101001 1011101 11101

Color Harmonies of #058D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058D73

Black with #058D73

Text Example


Text Example

White with #058D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058D73; }

 p { color: rgb(5,141,115); }

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

background-color css

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

 a { background-color: rgb(5,141,115); }

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

border-color css

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

 span { border-color: rgb(5,141,115); }

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