Html Css Color HEX #564CAC Rich Blue

📋 copy color: '#564CAC'

red 86 ◦ green 76 ◦ blue 172

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

Shades of Rich Blue #564CAC

Tints of Rich Blue #564CAC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.75%

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

R = 25.75%
G = 22.75%
B = 51.5%

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

#564CAC (or 0x564CAC) is known color: Rich Blue. HEX triplet: 56, 4C and AC. RGB value is (86,76,172). Sum of RGB (Red+Green+Blue) = 86+76+172=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #564CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564CAC is #A9B353. Grayscale: #595959. Windows color (decimal): -11121492 or 11291734. OLE color: 11291734.

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

Color convert

RGB 86 76 172 -
CMYK 0.5 0.56 0 0.33
HSL 246.25º 0.39% 0.49% -
HSV(B) 246.25º 0.56% 0.67% -
XYZ 13.87 10.13 40.25 -
YUV 89.93 174.31 125.19 -
System Red Green Blue C M Y K H S L
Decimal 86 76 172 0.5 0.56 0 0.33 246.25 0.39 0.49
Hex 56 4C AC 32 38 0 21 F6 27 31
Octal 126 114 254 62 70 0 41 366 47 61
Binary 1010110 1001100 10101100 110010 111000 0 100001 11110110 100111 110001

Color Harmonies of #564CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564CAC

Black with #564CAC

Text Example


Text Example

White with #564CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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