#058662

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

Shades of Observatory #058662

Tints of Observatory #058662

Color information

#058662 (or 0x058662) is unknown color: approx Observatory. HEX triplet: 05, 86 and 62. RGB value is (5,134,98). Sum of RGB (Red+Green+Blue) = 5+134+98=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 134 (52.73% from 255 or 56.54% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 134 - color contains mainly: green. Hex color #058662 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058662 is #FA799D. Grayscale: #5B5B5B. Windows color (decimal): -16415134 or 6456837. OLE color: 6456837.

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

Color convert

RGB513498-
CMYK0.9600.270.47
HSL163.26º92.81%27.25%-
HSV(B)163.26º96.27%52.55%-
XYZ10.7917.9614.45-
YUV91.32131.7666.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.11%
GREEN value IS 134 (52.73% from 255) = 56.54%
BLUE value IS 98 (38.67% from 255) = 41.35%
R=2.11%
G=56.54%
B=41.35%

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
Decimal5134980.9600.270.47163.2692.8127.25
Hex586626001B2Fa35d1b
Octal52061421400335724313533
Binary101100001101100010110000001101110111110100011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058662; }

 p { color: rgb(5,134,98); }

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

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

 a { background-color: rgb(5,134,98); }

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

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

 span { border-color: rgb(5,134,98); }

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