#058E7B

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

Shades of Observatory #058E7B

Tints of Observatory #058E7B

Color information

#058E7B (or 0x058E7B) is unknown color: approx Observatory. HEX triplet: 05, 8E and 7B. RGB value is (5,142,123). Sum of RGB (Red+Green+Blue) = 5+142+123=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 142 (55.86% from 255 or 52.59% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 142 - color contains mainly: green. Hex color #058E7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058E7B is #FA7184. Grayscale: #626262. Windows color (decimal): -16413061 or 8097285. OLE color: 8097285.

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

Color convert

RGB5142123-
CMYK0.9600.130.44
HSL171.68º93.2%28.82%-
HSV(B)171.68º96.48%55.69%-
XYZ13.3120.8122.05-
YUV98.87141.6161.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.85%
GREEN value IS 142 (55.86% from 255) = 52.59%
BLUE value IS 123 (48.44% from 255) = 45.56%
R=1.85%
G=52.59%
B=45.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51421230.9600.130.44171.6893.228.82
Hex58E7B600D2Cac5d1d
Octal52161731400155425413535
Binary10110001110111101111000000110110110010101100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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