#059273

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

Shades of Observatory #059273

Tints of Observatory #059273

Color information

#059273 (or 0x059273) is unknown color: approx Observatory. HEX triplet: 05, 92 and 73. RGB value is (5,146,115). Sum of RGB (Red+Green+Blue) = 5+146+115=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 146 (57.42% from 255 or 54.89% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 146 - color contains mainly: green. Hex color #059273 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059273 is #FA6D8C. Grayscale: #646464. Windows color (decimal): -16412045 or 7574021. OLE color: 7574021.

HSL color Cylindrical-coordinate representation of color #059273: hue angle of 166.81º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059273 is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB5146115-
CMYK0.9700.210.43
HSL166.81º93.38%29.61%-
HSV(B)166.81º96.58%57.25%-
XYZ13.4421.8319.72-
YUV100.31136.2960.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.88%
GREEN value IS 146 (57.42% from 255) = 54.89%
BLUE value IS 115 (45.31% from 255) = 43.23%
R=1.88%
G=54.89%
B=43.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51461150.9700.210.43166.8193.3829.61
Hex59273610152Ba75d1e
Octal52221631410255324713536
Binary101100100101110011110000101010110101110100111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059273; }

 p { color: rgb(5,146,115); }

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

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

 a { background-color: rgb(5,146,115); }

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

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

 span { border-color: rgb(5,146,115); }

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