#564699

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

Shades of Blue Gem #564699

Tints of Blue Gem #564699

Color information

#564699 (or 0x564699) is unknown color: approx Blue Gem. HEX triplet: 56, 46 and 99. RGB value is (86,70,153). Sum of RGB (Red+Green+Blue) = 86+70+153=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #564699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564699 is #A9B966. Grayscale: #535353. Windows color (decimal): -11123047 or 10045014. OLE color: 10045014.

HSL color Cylindrical-coordinate representation of color #564699: hue angle of 251.57º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #564699 is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8670153-
CMYK0.440.5400.4
HSL251.57º37.22%43.73%-
HSV(B)251.57º54.25%60%-
XYZ11.788.6631.19-
YUV84.25166.8129.25-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.83%
GREEN value IS 70 (27.73% from 255) = 22.65%
BLUE value IS 153 (60.16% from 255) = 49.51%
R=27.83%
G=22.65%
B=49.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal86701530.440.5400.4251.5737.2243.73
Hex5646992C36028fc252c
Octal12610623154660503744554
Binary1010110100011010011001101100110110010100011111100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564699; }

 p { color: rgb(86,70,153); }

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

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

 a { background-color: rgb(86,70,153); }

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

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

 span { border-color: rgb(86,70,153); }

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