#058863

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

Shades of Observatory #058863

Tints of Observatory #058863

Color information

#058863 (or 0x058863) is unknown color: approx Observatory. HEX triplet: 05, 88 and 63. RGB value is (5,136,99). Sum of RGB (Red+Green+Blue) = 5+136+99=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 136 (53.52% from 255 or 56.67% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 136 - color contains mainly: green. Hex color #058863 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058863 is #FA779C. Grayscale: #5C5C5C. Windows color (decimal): -16414621 or 6522885. OLE color: 6522885.

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

Color convert

RGB513699-
CMYK0.9600.270.47
HSL163.05º92.91%27.65%-
HSV(B)163.05º96.32%53.33%-
XYZ11.1218.5414.8-
YUV92.61131.665.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.08%
GREEN value IS 136 (53.52% from 255) = 56.67%
BLUE value IS 99 (39.06% from 255) = 41.25%
R=2.08%
G=56.67%
B=41.25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5136990.9600.270.47163.0592.9127.65
Hex588636001B2Fa35d1c
Octal52101431400335724313534
Binary101100010001100011110000001101110111110100011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058863; }

 p { color: rgb(5,136,99); }

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

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

 a { background-color: rgb(5,136,99); }

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

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

 span { border-color: rgb(5,136,99); }

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