#058E74

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

Shades of Observatory #058E74

Tints of Observatory #058E74

Color information

#058E74 (or 0x058E74) is unknown color: approx Observatory. HEX triplet: 05, 8E and 74. RGB value is (5,142,116). Sum of RGB (Red+Green+Blue) = 5+142+116=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 142 (55.86% from 255 or 53.99% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 142 - color contains mainly: green. Hex color #058E74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058E74 is #FA718B. Grayscale: #626262. Windows color (decimal): -16413068 or 7638533. OLE color: 7638533.

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

Color convert

RGB5142116-
CMYK0.9600.180.44
HSL168.61º93.2%28.82%-
HSV(B)168.61º96.48%55.69%-
XYZ12.8920.6419.83-
YUV98.07138.1161.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.90%
GREEN value IS 142 (55.86% from 255) = 53.99%
BLUE value IS 116 (45.70% from 255) = 44.11%
R=1.90%
G=53.99%
B=44.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51421160.9600.180.44168.6193.228.82
Hex58E74600122Ca95d1d
Octal52161641400225425113535
Binary101100011101110100110000001001010110010101001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,142,116); }

 H1.HeaderClassName
 {
   color: #058E74;
 }
 .AnyTagClassName
 {
   color: #058E74;
 }
</style>
background-color css

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

 a { background-color: rgb(5,142,116); }

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

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

 span { border-color: rgb(5,142,116); }

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