#5857AA

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

Shades of Rich Blue #5857AA

Tints of Rich Blue #5857AA

Color information

#5857AA (or 0x5857AA) is unknown color: approx Rich Blue. HEX triplet: 58, 57 and AA. RGB value is (88,87,170). Sum of RGB (Red+Green+Blue) = 88+87+170=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #5857AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5857AA is #A7A855. Grayscale: #606060. Windows color (decimal): -10987606 or 11163480. OLE color: 11163480.

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

Color convert

RGB8887170-
CMYK0.480.4900.33
HSL240.72º32.81%50.39%-
HSV(B)240.72º48.82%66.67%-
XYZ14.6911.7939.53-
YUV96.76169.33121.75-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.51%
GREEN value IS 87 (34.38% from 255) = 25.22%
BLUE value IS 170 (66.80% from 255) = 49.28%
R=25.51%
G=25.22%
B=49.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88871700.480.4900.33240.7232.8150.39
Hex5857AA3031021f12132
Octal13012725260610413614162
Binary1011000101011110101010110000110001010000111110001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5857AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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