#028563

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

Shades of Observatory #028563

Tints of Observatory #028563

Color information

#028563 (or 0x028563) is unknown color: approx Observatory. HEX triplet: 02, 85 and 63. RGB value is (2,133,99). Sum of RGB (Red+Green+Blue) = 2+133+99=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 133 (52.34% from 255 or 56.84% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 133 - color contains mainly: green. Hex color #028563 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028563 is #FD7A9C. Grayscale: #595959. Windows color (decimal): -16611997 or 6522114. OLE color: 6522114.

HSL color Cylindrical-coordinate representation of color #028563: hue angle of 164.43º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028563 is Cyan = 0.98, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB213399-
CMYK0.9800.260.48
HSL164.43º97.04%26.47%-
HSV(B)164.43º98.5%52.16%-
XYZ10.6617.6914.66-
YUV89.96133.165.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.85%
GREEN value IS 133 (52.34% from 255) = 56.84%
BLUE value IS 99 (39.06% from 255) = 42.31%
R=0.85%
G=56.84%
B=42.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2133990.9800.260.48164.4397.0426.47
Hex285636201A30a4611a
Octal22051431420326024414132
Binary10100001011100011110001001101011000010100100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028563; }

 p { color: rgb(2,133,99); }

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

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

 a { background-color: rgb(2,133,99); }

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

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

 span { border-color: rgb(2,133,99); }

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