#5845AC

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

Shades of Rich Blue #5845AC

Tints of Rich Blue #5845AC

Color information

#5845AC (or 0x5845AC) is unknown color: approx Rich Blue. HEX triplet: 58, 45 and AC. RGB value is (88,69,172). Sum of RGB (Red+Green+Blue) = 88+69+172=329 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.75% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #5845AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5845AC is #A7BA53. Grayscale: #565656. Windows color (decimal): -10992212 or 11289944. OLE color: 11289944.

HSL color Cylindrical-coordinate representation of color #5845AC: hue angle of 251.07º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5845AC is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8869172-
CMYK0.490.6000.33
HSL251.07º42.74%47.25%-
HSV(B)251.07º59.88%67.45%-
XYZ13.69.3140.11-
YUV86.42176.29129.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.75%
GREEN value IS 69 (27.34% from 255) = 20.97%
BLUE value IS 172 (67.58% from 255) = 52.28%
R=26.75%
G=20.97%
B=52.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88691720.490.6000.33251.0742.7447.25
Hex5845AC313C021fb2b2f
Octal13010525461740413735357
Binary1011000100010110101100110001111100010000111111011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5845AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5845AC; }

 p { color: rgb(88,69,172); }

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

<style>
 a { background-color: #5845AC; }

 a { background-color: rgb(88,69,172); }

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

<style>
 span { border-color: #5845AC; }

 span { border-color: rgb(88,69,172); }

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