#5849AF

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

Shades of Rich Blue #5849AF

Tints of Rich Blue #5849AF

Color information

#5849AF (or 0x5849AF) is unknown color: approx Rich Blue. HEX triplet: 58, 49 and AF. RGB value is (88,73,175). Sum of RGB (Red+Green+Blue) = 88+73+175=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 175 (68.75% from 255 or 52.08% from 336); Max value from RGB is 175 - color contains mainly: blue. Hex color #5849AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5849AF is #A7B650. Grayscale: #585858. Windows color (decimal): -10991185 or 11487576. OLE color: 11487576.

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

Color convert

RGB8873175-
CMYK0.500.5800.31
HSL248.82º41.13%48.63%-
HSV(B)248.82º58.29%68.63%-
XYZ14.149.9341.73-
YUV89.11176.47127.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.19%
GREEN value IS 73 (28.91% from 255) = 21.73%
BLUE value IS 175 (68.75% from 255) = 52.08%
R=26.19%
G=21.73%
B=52.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal88731750.500.5800.31248.8241.1348.63
Hex5849AF323A01Ff92931
Octal13011125762720373715161
Binary101100010010011010111111001011101001111111111001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5849AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5849AF;
 }
 .AnyTagClassName
 {
   color: #5849AF;
 }
</style>
background-color css

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

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

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

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

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

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