#5B4CE0

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

Shades of Slate Blue #5B4CE0

Tints of Slate Blue #5B4CE0

Color information

#5B4CE0 (or 0x5B4CE0) is unknown color: approx Slate Blue. HEX triplet: 5B, 4C and E0. RGB value is (91,76,224). Sum of RGB (Red+Green+Blue) = 91+76+224=391 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.27% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 224 (87.89% from 255 or 57.29% from 391); Max value from RGB is 224 - color contains mainly: blue. Hex color #5B4CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B4CE0 is #A4B31F. Grayscale: #606060. Windows color (decimal): -10793760 or 14699611. OLE color: 14699611.

HSL color Cylindrical-coordinate representation of color #5B4CE0: hue angle of 246.08º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B4CE0 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9176224-
CMYK0.590.6600.12
HSL246.08º70.48%58.82%-
HSV(B)246.08º66.07%87.84%-
XYZ20.3512.7771.91-
YUV97.36199.47123.47-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.27%
GREEN value IS 76 (30.08% from 255) = 19.44%
BLUE value IS 224 (87.89% from 255) = 57.29%
R=23.27%
G=19.44%
B=57.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal91762240.590.6600.12246.0870.4858.82
Hex5B4CE03B420Cf6463b
Octal1331143407310201436610673
Binary1011011100110011100000111011100001001100111101101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,76,224); }

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

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

 a { background-color: rgb(91,76,224); }

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

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

 span { border-color: rgb(91,76,224); }

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