Html Css Color HEX #5841AF Rich Blue

📋 copy color: '#5841AF'

red 88 ◦ green 65 ◦ blue 175

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

Shades of Rich Blue #5841AF

Tints of Rich Blue #5841AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 53.35%

R = 26.83%
G = 19.82%
B = 53.35%

CMYK

 C value IS 0.50

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5841AF (or 0x5841AF) is known color: Rich Blue. HEX triplet: 58, 41 and AF. RGB value is (88,65,175). Sum of RGB (Red+Green+Blue) = 88+65+175=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 175 (68.75% from 255 or 53.35% from 328); Max value from RGB is 175 - color contains mainly: blue. Hex color #5841AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5841AF is #A7BE50. Grayscale: #545454. Windows color (decimal): -10993233 or 11485528. OLE color: 11485528.

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

Color convert

RGB 88 65 175 -
CMYK 0.50 0.63 0 0.31
HSL 252.55º 0.46% 0.47% -
HSV(B) 252.55º 0.63% 0.69% -
XYZ 13.65 8.95 41.57 -
YUV 84.42 179.12 130.56 -
System Red Green Blue C M Y K H S L
Decimal 88 65 175 0.50 0.63 0 0.31 252.55 0.46 0.47
Hex 58 41 AF 32 3F 0 1F FD 2E 2F
Octal 130 101 257 62 77 0 37 375 56 57
Binary 1011000 1000001 10101111 110010 111111 0 11111 11111101 101110 101111

Color Harmonies of #5841AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5841AF

Black with #5841AF

Text Example


Text Example

White with #5841AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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