Html Css Color HEX #5641AA Rich Blue

📋 copy color: '#5641AA'

red 86 ◦ green 65 ◦ blue 170

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

Shades of Rich Blue #5641AA

Tints of Rich Blue #5641AA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.25%

 BLUE value IS 170 (66.8% from 255) = 52.96%

R = 26.79%
G = 20.25%
B = 52.96%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5641AA (or 0x5641AA) is known color: Rich Blue. HEX triplet: 56, 41 and AA. RGB value is (86,65,170). Sum of RGB (Red+Green+Blue) = 86+65+170=321 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.79% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #5641AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5641AA is #A9BE55. Grayscale: #525252. Windows color (decimal): -11124310 or 11157846. OLE color: 11157846.

HSL color Cylindrical-coordinate representation of color #5641AA: hue angle of 252º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5641AA is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 65 170 -
CMYK 0.49 0.62 0 0.33
HSL 252º 0.45% 0.46% -
HSV(B) 252º 0.62% 0.67% -
XYZ 12.98 8.66 39.02 -
YUV 83.25 176.96 129.96 -
System Red Green Blue C M Y K H S L
Decimal 86 65 170 0.49 0.62 0 0.33 252 0.45 0.46
Hex 56 41 AA 31 3E 0 21 FC 2D 2E
Octal 126 101 252 61 76 0 41 374 55 56
Binary 1010110 1000001 10101010 110001 111110 0 100001 11111100 101101 101110

Color Harmonies of #5641AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5641AA

Black with #5641AA

Text Example


Text Example

White with #5641AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5641AA; }

 p { color: rgb(86,65,170); }

 H1.HeaderClassName
 {
   color: #5641AA;
 }
 .AnyTagClassName
 {
   color: #5641AA;
 }
</style>

background-color css

<style>
 a { background-color: #5641AA; }

 a { background-color: rgb(86,65,170); }

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

border-color css

<style>
 span { border-color: #5641AA; }

 span { border-color: rgb(86,65,170); }

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