#5b53c1

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

Shades of Slate Blue #5B53C1

Tints of Slate Blue #5B53C1

Color information

#5B53C1 (or 0x5B53C1) is unknown color: approx Slate Blue. HEX triplet: 5B, 53 and C1. RGB value is (91,83,193). Sum of RGB (Red+Green+Blue) = 91+83+193=367 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.80% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 193 (75.78% from 255 or 52.59% from 367); Max value from RGB is 193 - color contains mainly: blue. Hex color #5B53C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B53C1 is #A4AC3E. Grayscale: #616161. Windows color (decimal): -10791999 or 12669787. OLE color: 12669787.

HSL color Cylindrical-coordinate representation of color #5B53C1: hue angle of 244.36º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5B53C1 is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9183193-
CMYK0.530.5700.24
HSL244.36º47.01%54.12%-
HSV(B)244.36º56.99%75.69%-
XYZ17.0312.2651.92-
YUV97.93181.65123.06-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.80%
GREEN value IS 83 (32.81% from 255) = 22.62%
BLUE value IS 193 (75.78% from 255) = 52.59%
R=24.80%
G=22.62%
B=52.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal91831930.530.5700.24244.3647.0154.12
Hex5B53C13539018f42f36
Octal13312330165710303645766
Binary101101110100111100000111010111100101100011110100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b53c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,83,193); }

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

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

 a { background-color: rgb(91,83,193); }

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

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

 span { border-color: rgb(91,83,193); }

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