#5841AF

Color #5841AF Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5841AF

Tints of Rich Blue #5841AF

Color information

#5841AF (or 0x5841AF) is unknown color: approx 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

RGB8865175-
CMYK0.500.6300.31
HSL252.55º45.83%47.06%-
HSV(B)252.55º62.86%68.63%-
XYZ13.658.9541.57-
YUV84.42179.12130.56-

RGB Variations

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

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 (Cyan) values IS 0.50
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal88651750.500.6300.31252.5545.8347.06
Hex5841AF323F01Ffd2e2f
Octal13010125762770373755657
Binary101100010000011010111111001011111101111111111101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5841AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>