Html Css Color HEX #564799 Blue Gem

📋 copy color: '#564799'

red 86 ◦ green 71 ◦ blue 153

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

Shades of Blue Gem #564799

Tints of Blue Gem #564799

RGB

 RED value IS 86 (33.98% from 255) = 27.74%

 GREEN value IS 71 (28.13% from 255) = 22.9%

 BLUE value IS 153 (60.16% from 255) = 49.35%

R = 27.74%
G = 22.9%
B = 49.35%

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

#564799 (or 0x564799) is known color: Blue Gem. HEX triplet: 56, 47 and 99. RGB value is (86,71,153). Sum of RGB (Red+Green+Blue) = 86+71+153=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 153 - color contains mainly: blue. Hex color #564799 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564799 is #A9B866. Grayscale: #545454. Windows color (decimal): -11122791 or 10045270. OLE color: 10045270.

HSL color Cylindrical-coordinate representation of color #564799: hue angle of 250.98º 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 #564799 is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 86 71 153 -
CMYK 0.44 0.54 0 0.4
HSL 250.98º 0.37% 0.44% -
HSV(B) 250.98º 0.54% 0.6% -
XYZ 11.84 8.78 31.21 -
YUV 84.83 166.47 128.83 -
System Red Green Blue C M Y K H S L
Decimal 86 71 153 0.44 0.54 0 0.4 250.98 0.37 0.44
Hex 56 47 99 2C 36 0 28 FB 25 2C
Octal 126 107 231 54 66 0 50 373 45 54
Binary 1010110 1000111 10011001 101100 110110 0 101000 11111011 100101 101100

Color Harmonies of #564799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564799

Black with #564799

Text Example


Text Example

White with #564799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564799; }

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

 H1.HeaderClassName
 {
   color: #564799;
 }
 .AnyTagClassName
 {
   color: #564799;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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