#058572

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

Shades of Observatory #058572

Tints of Observatory #058572

Color information

#058572 (or 0x058572) is unknown color: approx Observatory. HEX triplet: 05, 85 and 72. RGB value is (5,133,114). Sum of RGB (Red+Green+Blue) = 5+133+114=252 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 252); Green value is 133 (52.34% from 255 or 52.78% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 133 - color contains mainly: green. Hex color #058572 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058572 is #FA7A8D. Grayscale: #5C5C5C. Windows color (decimal): -16415374 or 7505157. OLE color: 7505157.

HSL color Cylindrical-coordinate representation of color #058572: hue angle of 171.09º 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 #058572 is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB5133114-
CMYK0.9600.140.48
HSL171.09º92.75%27.06%-
HSV(B)171.09º96.24%52.16%-
XYZ11.4918.0218.79-
YUV92.56140.0965.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.98%
GREEN value IS 133 (52.34% from 255) = 52.78%
BLUE value IS 114 (44.92% from 255) = 45.24%
R=1.98%
G=52.78%
B=45.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51331140.9600.140.48171.0992.7527.06
Hex58572600E30ab5d1b
Octal52051621400166025313533
Binary10110000101111001011000000111011000010101011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058572; }

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

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

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

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

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

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

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

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