#5858AA

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

Shades of Rich Blue #5858AA

Tints of Rich Blue #5858AA

Color information

#5858AA (or 0x5858AA) is unknown color: approx Rich Blue. HEX triplet: 58, 58 and AA. RGB value is (88,88,170). Sum of RGB (Red+Green+Blue) = 88+88+170=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #5858AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5858AA is #A7A755. Grayscale: #616161. Windows color (decimal): -10987350 or 11163736. OLE color: 11163736.

HSL color Cylindrical-coordinate representation of color #5858AA: hue angle of 240º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5858AA is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8888170-
CMYK0.480.4800.33
HSL240º32.54%50.59%-
HSV(B)240º48.24%66.67%-
XYZ14.7711.9639.56-
YUV97.35169121.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.43%
GREEN value IS 88 (34.77% from 255) = 25.43%
BLUE value IS 170 (66.80% from 255) = 49.13%
R=25.43%
G=25.43%
B=49.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88881700.480.4800.3324032.5450.59
Hex5858AA3030021f02133
Octal13013025260600413604163
Binary1011000101100010101010110000110000010000111110000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5858AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5858AA; }

 p { color: rgb(88,88,170); }

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

<style>
 a { background-color: #5858AA; }

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

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

<style>
 span { border-color: #5858AA; }

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

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