Html Css Color HEX #564BA7 Rich Blue

📋 copy color: '#564BA7'

red 86 ◦ green 75 ◦ blue 167

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

Shades of Rich Blue #564BA7

Tints of Rich Blue #564BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 50.91%

R = 26.22%
G = 22.87%
B = 50.91%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#564BA7 (or 0x564BA7) is known color: Rich Blue. HEX triplet: 56, 4B and A7. RGB value is (86,75,167). Sum of RGB (Red+Green+Blue) = 86+75+167=328 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.22% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 167 (65.62% from 255 or 50.91% from 328); Max value from RGB is 167 - color contains mainly: blue. Hex color #564BA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564BA7 is #A9B458. Grayscale: #585858. Windows color (decimal): -11121753 or 10963798. OLE color: 10963798.

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

Color convert

RGB 86 75 167 -
CMYK 0.49 0.55 0 0.35
HSL 247.17º 0.38% 0.47% -
HSV(B) 247.17º 0.55% 0.65% -
XYZ 13.33 9.8 37.75 -
YUV 88.78 172.14 126.02 -
System Red Green Blue C M Y K H S L
Decimal 86 75 167 0.49 0.55 0 0.35 247.17 0.38 0.47
Hex 56 4B A7 31 37 0 23 F7 26 2F
Octal 126 113 247 61 67 0 43 367 46 57
Binary 1010110 1001011 10100111 110001 110111 0 100011 11110111 100110 101111

Color Harmonies of #564BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564BA7

Black with #564BA7

Text Example


Text Example

White with #564BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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