Html Css Color HEX #564DB1 Rich Blue

📋 copy color: '#564DB1'

red 86 ◦ green 77 ◦ blue 177

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

Shades of Rich Blue #564DB1

Tints of Rich Blue #564DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 52.06%

R = 25.29%
G = 22.65%
B = 52.06%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#564DB1 (or 0x564DB1) is known color: Rich Blue. HEX triplet: 56, 4D and B1. RGB value is (86,77,177). Sum of RGB (Red+Green+Blue) = 86+77+177=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 177 (69.53% from 255 or 52.06% from 340); Max value from RGB is 177 - color contains mainly: blue. Hex color #564DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564DB1 is #A9B24E. Grayscale: #5A5A5A. Windows color (decimal): -11121231 or 11619670. OLE color: 11619670.

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

Color convert

RGB 86 77 177 -
CMYK 0.51 0.56 0 0.31
HSL 245.4º 0.39% 0.5% -
HSV(B) 245.4º 0.56% 0.69% -
XYZ 14.43 10.46 42.85 -
YUV 91.09 176.48 124.37 -
System Red Green Blue C M Y K H S L
Decimal 86 77 177 0.51 0.56 0 0.31 245.4 0.39 0.5
Hex 56 4D B1 33 38 0 1F F5 27 32
Octal 126 115 261 63 70 0 37 365 47 62
Binary 1010110 1001101 10110001 110011 111000 0 11111 11110101 100111 110010

Color Harmonies of #564DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564DB1

Black with #564DB1

Text Example


Text Example

White with #564DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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