Html Css Color HEX #058C73 Observatory

📋 copy color: '#058C73'

red 5 ◦ green 140 ◦ blue 115

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

Shades of Observatory #058C73

Tints of Observatory #058C73

RGB

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

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

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

R = 1.92%
G = 53.85%
B = 44.23%

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

#058C73 (or 0x058C73) is known color: Observatory. HEX triplet: 05, 8C and 73. RGB value is (5,140,115). Sum of RGB (Red+Green+Blue) = 5+140+115=260 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 260); Green value is 140 (55.08% from 255 or 53.85% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 140 - color contains mainly: green. Hex color #058C73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058C73 is #FA738C. Grayscale: #606060. Windows color (decimal): -16413581 or 7572485. OLE color: 7572485.

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

Color convert

RGB 5 140 115 -
CMYK 0.96 0 0.18 0.45
HSL 168.89º 0.93% 0.28% -
HSV(B) 168.89º 0.96% 0.55% -
XYZ 12.54 20.03 19.42 -
YUV 96.79 138.27 62.53 -
System Red Green Blue C M Y K H S L
Decimal 5 140 115 0.96 0 0.18 0.45 168.89 0.93 0.28
Hex 5 8C 73 60 0 12 2D A9 5D 1C
Octal 5 214 163 140 0 22 55 251 135 34
Binary 101 10001100 1110011 1100000 0 10010 101101 10101001 1011101 11100

Color Harmonies of #058C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058C73

Black with #058C73

Text Example


Text Example

White with #058C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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