Html Css Color HEX #058C79 Observatory

📋 copy color: '#058C79'

red 5 ◦ green 140 ◦ blue 121

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

Shades of Observatory #058C79

Tints of Observatory #058C79

RGB

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

 GREEN value IS 140 (55.08% from 255) = 52.63%

 BLUE value IS 121 (47.66% from 255) = 45.49%

R = 1.88%
G = 52.63%
B = 45.49%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#058C79 (or 0x058C79) is known color: Observatory. HEX triplet: 05, 8C and 79. RGB value is (5,140,121). Sum of RGB (Red+Green+Blue) = 5+140+121=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 140 (55.08% from 255 or 52.63% from 266); Blue value is 121 (47.66% from 255 or 45.49% from 266); Max value from RGB is 140 - color contains mainly: green. Hex color #058C79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058C79 is #FA7386. Grayscale: #616161. Windows color (decimal): -16413575 or 7965701. OLE color: 7965701.

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

Color convert

RGB 5 140 121 -
CMYK 0.96 0 0.14 0.45
HSL 171.56º 0.93% 0.28% -
HSV(B) 171.56º 0.96% 0.55% -
XYZ 12.89 20.17 21.3 -
YUV 97.47 141.27 62.04 -
System Red Green Blue C M Y K H S L
Decimal 5 140 121 0.96 0 0.14 0.45 171.56 0.93 0.28
Hex 5 8C 79 60 0 E 2D AC 5D 1C
Octal 5 214 171 140 0 16 55 254 135 34
Binary 101 10001100 1111001 1100000 0 1110 101101 10101100 1011101 11100

Color Harmonies of #058C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058C79

Black with #058C79

Text Example


Text Example

White with #058C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,140,121); }

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

background-color css

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

 a { background-color: rgb(5,140,121); }

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

border-color css

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

 span { border-color: rgb(5,140,121); }

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