#058666

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

Shades of Observatory #058666

Tints of Observatory #058666

Color information

#058666 (or 0x058666) is unknown color: approx Observatory. HEX triplet: 05, 86 and 66. RGB value is (5,134,102). Sum of RGB (Red+Green+Blue) = 5+134+102=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 134 (52.73% from 255 or 55.60% from 241); Blue value is 102 (40.23% from 255 or 42.32% from 241); Max value from RGB is 134 - color contains mainly: green. Hex color #058666 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058666 is #FA7999. Grayscale: #5B5B5B. Windows color (decimal): -16415130 or 6718981. OLE color: 6718981.

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

Color convert

RGB5134102-
CMYK0.9600.240.47
HSL165.12º92.81%27.25%-
HSV(B)165.12º96.27%52.55%-
XYZ10.9918.0415.47-
YUV91.78133.7666.1-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.07%
GREEN value IS 134 (52.73% from 255) = 55.60%
BLUE value IS 102 (40.23% from 255) = 42.32%
R=2.07%
G=55.60%
B=42.32%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51341020.9600.240.47165.1292.8127.25
Hex58666600182Fa55d1b
Octal52061461400305724513533
Binary101100001101100110110000001100010111110100101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058666; }

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

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

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

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

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

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

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

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