Html Css Color HEX #564699 Blue Gem

📋 copy color: '#564699'

red 86 ◦ green 70 ◦ blue 153

#564699
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #564699

Tints of Blue Gem #564699

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 value IS 0.44

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#564699 (or 0x564699) is known color: 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

RGB 86 70 153 -
CMYK 0.44 0.54 0 0.4
HSL 251.57º 0.37% 0.44% -
HSV(B) 251.57º 0.54% 0.6% -
XYZ 11.78 8.66 31.19 -
YUV 84.25 166.8 129.25 -
System Red Green Blue C M Y K H S L
Decimal 86 70 153 0.44 0.54 0 0.4 251.57 0.37 0.44
Hex 56 46 99 2C 36 0 28 FC 25 2C
Octal 126 106 231 54 66 0 50 374 45 54
Binary 1010110 1000110 10011001 101100 110110 0 101000 11111100 100101 101100

Color Harmonies of #564699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564699

Black with #564699

Text Example


Text Example

White with #564699

Text Example


Text Example

HTML Codes & Css Web 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>