Html Css Color HEX #564BAC Rich Blue

📋 copy color: '#564BAC'

red 86 ◦ green 75 ◦ blue 172

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

Shades of Rich Blue #564BAC

Tints of Rich Blue #564BAC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.52%

 BLUE value IS 172 (67.58% from 255) = 51.65%

R = 25.83%
G = 22.52%
B = 51.65%

CMYK

 C value IS 0.5

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#564BAC (or 0x564BAC) is known color: Rich Blue. HEX triplet: 56, 4B and AC. RGB value is (86,75,172). Sum of RGB (Red+Green+Blue) = 86+75+172=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #564BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564BAC is #A9B453. Grayscale: #585858. Windows color (decimal): -11121748 or 11291478. OLE color: 11291478.

HSL color Cylindrical-coordinate representation of color #564BAC: hue angle of 246.8º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #564BAC is Cyan = 0.5, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 75 172 -
CMYK 0.5 0.56 0 0.33
HSL 246.8º 0.39% 0.48% -
HSV(B) 246.8º 0.56% 0.67% -
XYZ 13.8 9.99 40.23 -
YUV 89.35 174.64 125.61 -
System Red Green Blue C M Y K H S L
Decimal 86 75 172 0.5 0.56 0 0.33 246.8 0.39 0.48
Hex 56 4B AC 32 38 0 21 F7 27 30
Octal 126 113 254 62 70 0 41 367 47 60
Binary 1010110 1001011 10101100 110010 111000 0 100001 11110111 100111 110000

Color Harmonies of #564BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564BAC

Black with #564BAC

Text Example


Text Example

White with #564BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,75,172); }

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

background-color css

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

 a { background-color: rgb(86,75,172); }

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

border-color css

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

 span { border-color: rgb(86,75,172); }

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