#5850AC

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

Shades of Rich Blue #5850AC

Tints of Rich Blue #5850AC

Color information

#5850AC (or 0x5850AC) is unknown color: approx Rich Blue. HEX triplet: 58, 50 and AC. RGB value is (88,80,172). Sum of RGB (Red+Green+Blue) = 88+80+172=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #5850AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5850AC is #A7AF53. Grayscale: #5C5C5C. Windows color (decimal): -10989396 or 11292760. OLE color: 11292760.

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

Color convert

RGB8880172-
CMYK0.490.5300.33
HSL245.22º36.51%49.41%-
HSV(B)245.22º53.49%67.45%-
XYZ14.3410.7940.36-
YUV92.88172.65124.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.88%
GREEN value IS 80 (31.64% from 255) = 23.53%
BLUE value IS 172 (67.58% from 255) = 50.59%
R=25.88%
G=23.53%
B=50.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88801720.490.5300.33245.2236.5149.41
Hex5850AC3135021f52531
Octal13012025461650413654561
Binary1011000101000010101100110001110101010000111110101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5850AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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