#5844AF

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

Shades of Rich Blue #5844AF

Tints of Rich Blue #5844AF

Color information

#5844AF (or 0x5844AF) is unknown color: approx Rich Blue. HEX triplet: 58, 44 and AF. RGB value is (88,68,175). Sum of RGB (Red+Green+Blue) = 88+68+175=331 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.59% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 175 (68.75% from 255 or 52.87% from 331); Max value from RGB is 175 - color contains mainly: blue. Hex color #5844AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5844AF is #A7BB50. Grayscale: #555555. Windows color (decimal): -10992465 or 11486296. OLE color: 11486296.

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

Color convert

RGB8868175-
CMYK0.500.6100.31
HSL251.21º44.03%47.65%-
HSV(B)251.21º61.14%68.63%-
XYZ13.839.341.62-
YUV86.18178.13129.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.59%
GREEN value IS 68 (26.95% from 255) = 20.54%
BLUE value IS 175 (68.75% from 255) = 52.87%
R=26.59%
G=20.54%
B=52.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal88681750.500.6100.31251.2144.0347.65
Hex5844AF323D01Ffb2c30
Octal13010425762750373735460
Binary101100010001001010111111001011110101111111111011101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5844AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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