Html Css Color HEX #564DAD Rich Blue

📋 copy color: '#564DAD'

red 86 ◦ green 77 ◦ blue 173

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

Shades of Rich Blue #564DAD

Tints of Rich Blue #564DAD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.92%

 BLUE value IS 173 (67.97% from 255) = 51.49%

R = 25.6%
G = 22.92%
B = 51.49%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#564DAD (or 0x564DAD) is known color: Rich Blue. HEX triplet: 56, 4D and AD. RGB value is (86,77,173). Sum of RGB (Red+Green+Blue) = 86+77+173=336 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.60% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #564DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564DAD is #A9B252. Grayscale: #5A5A5A. Windows color (decimal): -11121235 or 11357526. OLE color: 11357526.

HSL color Cylindrical-coordinate representation of color #564DAD: hue angle of 245.62º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #564DAD is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 86 77 173 -
CMYK 0.50 0.55 0 0.32
HSL 245.63º 0.38% 0.49% -
HSV(B) 245.63º 0.55% 0.68% -
XYZ 14.03 10.3 40.78 -
YUV 90.64 174.48 124.69 -
System Red Green Blue C M Y K H S L
Decimal 86 77 173 0.50 0.55 0 0.32 245.63 0.38 0.49
Hex 56 4D AD 32 37 0 20 F6 26 31
Octal 126 115 255 62 67 0 40 366 46 61
Binary 1010110 1001101 10101101 110010 110111 0 100000 11110110 100110 110001

Color Harmonies of #564DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564DAD

Black with #564DAD

Text Example


Text Example

White with #564DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564DAD; }

 p { color: rgb(86,77,173); }

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

background-color css

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

 a { background-color: rgb(86,77,173); }

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

border-color css

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

 span { border-color: rgb(86,77,173); }

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