#058B6D

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

Shades of Observatory #058B6D

Tints of Observatory #058B6D

Color information

#058B6D (or 0x058B6D) is unknown color: approx Observatory. HEX triplet: 05, 8B and 6D. RGB value is (5,139,109). Sum of RGB (Red+Green+Blue) = 5+139+109=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 139 (54.69% from 255 or 54.94% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 139 - color contains mainly: green. Hex color #058B6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058B6D is #FA7492. Grayscale: #5F5F5F. Windows color (decimal): -16413843 or 7179013. OLE color: 7179013.

HSL color Cylindrical-coordinate representation of color #058B6D: hue angle of 166.57º 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 #058B6D is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB5139109-
CMYK0.9600.220.45
HSL166.57º93.06%28.24%-
HSV(B)166.57º96.4%54.51%-
XYZ12.0619.617.62-
YUV95.51135.6163.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.98%
GREEN value IS 139 (54.69% from 255) = 54.94%
BLUE value IS 109 (42.97% from 255) = 43.08%
R=1.98%
G=54.94%
B=43.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51391090.9600.220.45166.5793.0628.24
Hex58B6D600162Da75d1c
Octal52131551400265524713534
Binary101100010111101101110000001011010110110100111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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