#5B57CB

Color #5B57CB Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #5B57CB

Tints of Slate Blue #5B57CB

Color information

#5B57CB (or 0x5B57CB) is unknown color: approx Slate Blue. HEX triplet: 5B, 57 and CB. RGB value is (91,87,203). Sum of RGB (Red+Green+Blue) = 91+87+203=381 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.88% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B57CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B57CB is #A4A834. Grayscale: #646464. Windows color (decimal): -10790965 or 13326171. OLE color: 13326171.

HSL color Cylindrical-coordinate representation of color #5B57CB: hue angle of 242.07º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5B57CB is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9187203-
CMYK0.550.5700.20
HSL242.07º52.73%56.86%-
HSV(B)242.07º57.14%79.61%-
XYZ18.513.3558.1-
YUV101.42185.33120.57-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.88%
GREEN value IS 87 (34.38% from 255) = 22.83%
BLUE value IS 203 (79.69% from 255) = 53.28%
R=23.88%
G=22.83%
B=53.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal91872030.550.5700.20242.0752.7356.86
Hex5B57CB3739014f23539
Octal13312731367710243626571
Binary101101110101111100101111011111100101010011110010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B57CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B57CB; }

 p { color: rgb(91,87,203); }

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

<style>
 a { background-color: #5B57CB; }

 a { background-color: rgb(91,87,203); }

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

<style>
 span { border-color: #5B57CB; }

 span { border-color: rgb(91,87,203); }

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