Html Css Color HEX #564CB7 Rich Blue

📋 copy color: '#564CB7'

red 86 ◦ green 76 ◦ blue 183

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

Shades of Rich Blue #564CB7

Tints of Rich Blue #564CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 53.04%

R = 24.93%
G = 22.03%
B = 53.04%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#564CB7 (or 0x564CB7) is known color: Rich Blue. HEX triplet: 56, 4C and B7. RGB value is (86,76,183). Sum of RGB (Red+Green+Blue) = 86+76+183=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 183 (71.88% from 255 or 53.04% from 345); Max value from RGB is 183 - color contains mainly: blue. Hex color #564CB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564CB7 is #A9B348. Grayscale: #5A5A5A. Windows color (decimal): -11121481 or 12012630. OLE color: 12012630.

HSL color Cylindrical-coordinate representation of color #564CB7: hue angle of 245.61º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #564CB7 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 86 76 183 -
CMYK 0.53 0.58 0 0.28
HSL 245.61º 0.43% 0.51% -
HSV(B) 245.61º 0.58% 0.72% -
XYZ 14.97 10.57 46.05 -
YUV 91.19 179.81 124.3 -
System Red Green Blue C M Y K H S L
Decimal 86 76 183 0.53 0.58 0 0.28 245.61 0.43 0.51
Hex 56 4C B7 35 3A 0 1C F6 2B 33
Octal 126 114 267 65 72 0 34 366 53 63
Binary 1010110 1001100 10110111 110101 111010 0 11100 11110110 101011 110011

Color Harmonies of #564CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564CB7

Black with #564CB7

Text Example


Text Example

White with #564CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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