#058B66

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

Shades of Observatory #058B66

Tints of Observatory #058B66

Color information

#058B66 (or 0x058B66) is unknown color: approx Observatory. HEX triplet: 05, 8B and 66. RGB value is (5,139,102). Sum of RGB (Red+Green+Blue) = 5+139+102=246 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.03% from 246); Green value is 139 (54.69% from 255 or 56.50% from 246); Blue value is 102 (40.23% from 255 or 41.46% from 246); Max value from RGB is 139 - color contains mainly: green. Hex color #058B66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058B66 is #FA7499. Grayscale: #5E5E5E. Windows color (decimal): -16413850 or 6720261. OLE color: 6720261.

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

Color convert

RGB5139102-
CMYK0.9600.270.45
HSL163.43º93.06%28.24%-
HSV(B)163.43º96.4%54.51%-
XYZ11.6919.4615.71-
YUV94.72132.1164.01-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.03%
GREEN value IS 139 (54.69% from 255) = 56.50%
BLUE value IS 102 (40.23% from 255) = 41.46%
R=2.03%
G=56.50%
B=41.46%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51391020.9600.270.45163.4393.0628.24
Hex58B666001B2Da35d1c
Octal52131461400335524313534
Binary101100010111100110110000001101110110110100011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058B66; }

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

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

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

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

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

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

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

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