Html Css Color HEX #5841AE Rich Blue

📋 copy color: '#5841AE'

red 88 ◦ green 65 ◦ blue 174

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

Shades of Rich Blue #5841AE

Tints of Rich Blue #5841AE

RGB

 RED value IS 88 (34.77% from 255) = 26.91%

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

 BLUE value IS 174 (68.36% from 255) = 53.21%

R = 26.91%
G = 19.88%
B = 53.21%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5841AE (or 0x5841AE) is known color: Rich Blue. HEX triplet: 58, 41 and AE. RGB value is (88,65,174). Sum of RGB (Red+Green+Blue) = 88+65+174=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 174 (68.36% from 255 or 53.21% from 327); Max value from RGB is 174 - color contains mainly: blue. Hex color #5841AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5841AE is #A7BE51. Grayscale: #535353. Windows color (decimal): -10993234 or 11419992. OLE color: 11419992.

HSL color Cylindrical-coordinate representation of color #5841AE: hue angle of 252.66º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5841AE is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 88 65 174 -
CMYK 0.49 0.63 0 0.32
HSL 252.66º 0.46% 0.47% -
HSV(B) 252.66º 0.63% 0.68% -
XYZ 13.55 8.91 41.05 -
YUV 84.3 178.62 130.64 -
System Red Green Blue C M Y K H S L
Decimal 88 65 174 0.49 0.63 0 0.32 252.66 0.46 0.47
Hex 58 41 AE 31 3F 0 20 FD 2E 2F
Octal 130 101 256 61 77 0 40 375 56 57
Binary 1011000 1000001 10101110 110001 111111 0 100000 11111101 101110 101111

Color Harmonies of #5841AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5841AE

Black with #5841AE

Text Example


Text Example

White with #5841AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5841AE; }

 p { color: rgb(88,65,174); }

 H1.HeaderClassName
 {
   color: #5841AE;
 }
 .AnyTagClassName
 {
   color: #5841AE;
 }
</style>

background-color css

<style>
 a { background-color: #5841AE; }

 a { background-color: rgb(88,65,174); }

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

border-color css

<style>
 span { border-color: #5841AE; }

 span { border-color: rgb(88,65,174); }

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