#5857AE

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

Shades of Rich Blue #5857AE

Tints of Rich Blue #5857AE

Color information

#5857AE (or 0x5857AE) is unknown color: approx Rich Blue. HEX triplet: 58, 57 and AE. RGB value is (88,87,174). Sum of RGB (Red+Green+Blue) = 88+87+174=349 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.21% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #5857AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5857AE is #A7A851. Grayscale: #606060. Windows color (decimal): -10987602 or 11425624. OLE color: 11425624.

HSL color Cylindrical-coordinate representation of color #5857AE: hue angle of 240.69º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5857AE is Cyan = 0.49, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8887174-
CMYK0.490.500.32
HSL240.69º34.94%51.18%-
HSV(B)240.69º50%68.24%-
XYZ15.0711.9541.56-
YUV97.22171.33121.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.21%
GREEN value IS 87 (34.38% from 255) = 24.93%
BLUE value IS 174 (68.36% from 255) = 49.86%
R=25.21%
G=24.93%
B=49.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal88871740.490.500.32240.6934.9451.18
Hex5857AE3132020f12333
Octal13012725661620403614363
Binary1011000101011110101110110001110010010000011110001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5857AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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