#058C73

Color #058C73 Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #058C73

Tints of Observatory #058C73

Color information

#058C73 (or 0x058C73) is unknown color: approx 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

RGB5140115-
CMYK0.9600.180.45
HSL168.89º93.1%28.43%-
HSV(B)168.89º96.43%54.9%-
XYZ12.5420.0319.42-
YUV96.78138.2762.53-

RGB Variations

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

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 (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51401150.9600.180.45168.8993.128.43
Hex58C73600122Da95d1c
Octal52141631400225525113534
Binary101100011001110011110000001001010110110101001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>