#058571

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

Shades of Observatory #058571

Tints of Observatory #058571

Color information

#058571 (or 0x058571) is unknown color: approx Observatory. HEX triplet: 05, 85 and 71. RGB value is (5,133,113). Sum of RGB (Red+Green+Blue) = 5+133+113=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 133 (52.34% from 255 or 52.99% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 133 - color contains mainly: green. Hex color #058571 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058571 is #FA7A8E. Grayscale: #5C5C5C. Windows color (decimal): -16415375 or 7439621. OLE color: 7439621.

HSL color Cylindrical-coordinate representation of color #058571: hue angle of 170.62º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058571 is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB5133113-
CMYK0.9600.150.48
HSL170.62º92.75%27.06%-
HSV(B)170.62º96.24%52.16%-
XYZ11.431818.49-
YUV92.45139.5965.63-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.99%
GREEN value IS 133 (52.34% from 255) = 52.99%
BLUE value IS 113 (44.53% from 255) = 45.02%
R=1.99%
G=52.99%
B=45.02%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51331130.9600.150.48170.6292.7527.06
Hex58571600F30ab5d1b
Octal52051611400176025313533
Binary10110000101111000111000000111111000010101011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058571; }

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

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

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

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

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

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

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

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