Html Css Color HEX #5640B1 Rich Blue

📋 copy color: '#5640B1'

red 86 ◦ green 64 ◦ blue 177

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

Shades of Rich Blue #5640B1

Tints of Rich Blue #5640B1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.57%

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

R = 26.3%
G = 19.57%
B = 54.13%

CMYK

 C value IS 0.51

 M value IS 0.64

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5640B1 (or 0x5640B1) is known color: Rich Blue. HEX triplet: 56, 40 and B1. RGB value is (86,64,177). Sum of RGB (Red+Green+Blue) = 86+64+177=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 177 (69.53% from 255 or 54.13% from 327); Max value from RGB is 177 - color contains mainly: blue. Hex color #5640B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5640B1 is #A9BF4E. Grayscale: #535353. Windows color (decimal): -11124559 or 11616342. OLE color: 11616342.

HSL color Cylindrical-coordinate representation of color #5640B1: hue angle of 251.68º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5640B1 is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 86 64 177 -
CMYK 0.51 0.64 0 0.31
HSL 251.68º 0.47% 0.47% -
HSV(B) 251.68º 0.64% 0.69% -
XYZ 13.61 8.82 42.58 -
YUV 83.46 180.79 129.81 -
System Red Green Blue C M Y K H S L
Decimal 86 64 177 0.51 0.64 0 0.31 251.68 0.47 0.47
Hex 56 40 B1 33 40 0 1F FC 2F 2F
Octal 126 100 261 63 100 0 37 374 57 57
Binary 1010110 1000000 10110001 110011 1000000 0 11111 11111100 101111 101111

Color Harmonies of #5640B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5640B1

Black with #5640B1

Text Example


Text Example

White with #5640B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5640B1; }

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

 H1.HeaderClassName
 {
   color: #5640B1;
 }
 .AnyTagClassName
 {
   color: #5640B1;
 }
</style>

background-color css

<style>
 a { background-color: #5640B1; }

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

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

border-color css

<style>
 span { border-color: #5640B1; }

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

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