#05937F

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

Shades of Observatory #05937F

Tints of Observatory #05937F

Color information

#05937F (or 0x05937F) is unknown color: approx Observatory. HEX triplet: 05, 93 and 7F. RGB value is (5,147,127). Sum of RGB (Red+Green+Blue) = 5+147+127=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 147 (57.81% from 255 or 52.69% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 147 - color contains mainly: green. Hex color #05937F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05937F is #FA6C80. Grayscale: #666666. Windows color (decimal): -16411777 or 8360709. OLE color: 8360709.

HSL color Cylindrical-coordinate representation of color #05937F: hue angle of 171.55º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05937F is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB5147127-
CMYK0.9700.140.42
HSL171.55º93.42%29.8%-
HSV(B)171.55º96.6%57.65%-
XYZ14.3322.4323.65-
YUV102.26141.9658.63-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.79%
GREEN value IS 147 (57.81% from 255) = 52.69%
BLUE value IS 127 (50% from 255) = 45.52%
R=1.79%
G=52.69%
B=45.52%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51471270.9700.140.42171.5593.4229.8
Hex5937F610E2Aac5d1e
Octal52231771410165225413536
Binary10110010011111111111000010111010101010101100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05937F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05937F; }

 p { color: rgb(5,147,127); }

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

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

 a { background-color: rgb(5,147,127); }

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

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

 span { border-color: rgb(5,147,127); }

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