#028564

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

Shades of Observatory #028564

Tints of Observatory #028564

Color information

#028564 (or 0x028564) is unknown color: approx Observatory. HEX triplet: 02, 85 and 64. RGB value is (2,133,100). Sum of RGB (Red+Green+Blue) = 2+133+100=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 133 (52.34% from 255 or 56.60% from 235); Blue value is 100 (39.45% from 255 or 42.55% from 235); Max value from RGB is 133 - color contains mainly: green. Hex color #028564 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028564 is #FD7A9B. Grayscale: #5A5A5A. Windows color (decimal): -16611996 or 6587650. OLE color: 6587650.

HSL color Cylindrical-coordinate representation of color #028564: hue angle of 164.89º 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 #028564 is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB2133100-
CMYK0.9800.250.48
HSL164.89º97.04%26.47%-
HSV(B)164.89º98.5%52.16%-
XYZ10.7117.7114.91-
YUV90.07133.665.18-

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.60%
BLUE value IS 100 (39.45% from 255) = 42.55%
R=0.85%
G=56.60%
B=42.55%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal21331000.9800.250.48164.8997.0426.47
Hex285646201930a5611a
Octal22051441420316024514132
Binary10100001011100100110001001100111000010100101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028564; }

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

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

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

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

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

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

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

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