Html Css Color HEX #058D77 Observatory

📋 copy color: '#058D77'

red 5 ◦ green 141 ◦ blue 119

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

Shades of Observatory #058D77

Tints of Observatory #058D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 44.91%

R = 1.89%
G = 53.21%
B = 44.91%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#058D77 (or 0x058D77) is known color: Observatory. HEX triplet: 05, 8D and 77. RGB value is (5,141,119). Sum of RGB (Red+Green+Blue) = 5+141+119=265 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 265); Green value is 141 (55.47% from 255 or 53.21% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 141 - color contains mainly: green. Hex color #058D77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058D77 is #FA7288. Grayscale: #616161. Windows color (decimal): -16413321 or 7834885. OLE color: 7834885.

HSL color Cylindrical-coordinate representation of color #058D77: hue angle of 170.29º 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 #058D77 is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 141 119 -
CMYK 0.96 0 0.16 0.45
HSL 170.29º 0.93% 0.29% -
HSV(B) 170.29º 0.96% 0.55% -
XYZ 12.92 20.41 20.71 -
YUV 97.83 139.94 61.79 -
System Red Green Blue C M Y K H S L
Decimal 5 141 119 0.96 0 0.16 0.45 170.29 0.93 0.29
Hex 5 8D 77 60 0 10 2D AA 5D 1D
Octal 5 215 167 140 0 20 55 252 135 35
Binary 101 10001101 1110111 1100000 0 10000 101101 10101010 1011101 11101

Color Harmonies of #058D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058D77

Black with #058D77

Text Example


Text Example

White with #058D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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