#058A71

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

Shades of Observatory #058A71

Tints of Observatory #058A71

Color information

#058A71 (or 0x058A71) is unknown color: approx Observatory. HEX triplet: 05, 8A and 71. RGB value is (5,138,113). Sum of RGB (Red+Green+Blue) = 5+138+113=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 138 (54.30% from 255 or 53.91% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 138 - color contains mainly: green. Hex color #058A71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058A71 is #FA758E. Grayscale: #5F5F5F. Windows color (decimal): -16414095 or 7440901. OLE color: 7440901.

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

Color convert

RGB5138113-
CMYK0.9600.180.46
HSL168.72º93.01%28.04%-
HSV(B)168.72º96.38%54.12%-
XYZ12.1319.418.73-
YUV95.38137.9463.53-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.95%
GREEN value IS 138 (54.30% from 255) = 53.91%
BLUE value IS 113 (44.53% from 255) = 44.14%
R=1.95%
G=53.91%
B=44.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal51381130.9600.180.46168.7293.0128.04
Hex58A71600122Ea95d1c
Octal52121611400225625113534
Binary101100010101110001110000001001010111010101001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,138,113); }

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

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

 a { background-color: rgb(5,138,113); }

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

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

 span { border-color: rgb(5,138,113); }

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