#5857BF

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

Shades of Rich Blue #5857BF

Tints of Rich Blue #5857BF

Color information

#5857BF (or 0x5857BF) is unknown color: approx Rich Blue. HEX triplet: 58, 57 and BF. RGB value is (88,87,191). Sum of RGB (Red+Green+Blue) = 88+87+191=366 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.04% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #5857BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5857BF is #A7A840. Grayscale: #626262. Windows color (decimal): -10987585 or 12539736. OLE color: 12539736.

HSL color Cylindrical-coordinate representation of color #5857BF: hue angle of 240.58º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5857BF is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8887191-
CMYK0.540.5400.25
HSL240.58º44.83%54.51%-
HSV(B)240.58º54.45%74.9%-
XYZ16.8412.6550.85-
YUV99.16179.83120.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.04%
GREEN value IS 87 (34.38% from 255) = 23.77%
BLUE value IS 191 (75% from 255) = 52.19%
R=24.04%
G=23.77%
B=52.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal88871910.540.5400.25240.5844.8354.51
Hex5857BF3636019f12d37
Octal13012727766660313615567
Binary101100010101111011111111011011011001100111110001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5857BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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