#5B63D1

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

Shades of Slate Blue #5B63D1

Tints of Slate Blue #5B63D1

Color information

#5B63D1 (or 0x5B63D1) is unknown color: approx Slate Blue. HEX triplet: 5B, 63 and D1. RGB value is (91,99,209). Sum of RGB (Red+Green+Blue) = 91+99+209=399 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.81% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 209 (82.03% from 255 or 52.38% from 399); Max value from RGB is 209 - color contains mainly: blue. Hex color #5B63D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B63D1 is #A49C2E. Grayscale: #6C6C6C. Windows color (decimal): -10787887 or 13722459. OLE color: 13722459.

HSL color Cylindrical-coordinate representation of color #5B63D1: hue angle of 235.93º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B63D1 is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9199209-
CMYK0.560.5300.18
HSL235.93º56.19%58.82%-
HSV(B)235.93º56.46%81.96%-
XYZ20.2815.7562.29-
YUV109.15184.35115.06-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.81%
GREEN value IS 99 (39.06% from 255) = 24.81%
BLUE value IS 209 (82.03% from 255) = 52.38%
R=22.81%
G=24.81%
B=52.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal91992090.560.5300.18235.9356.1958.82
Hex5B63D13835012ec383b
Octal13314332170650223547073
Binary101101111000111101000111100011010101001011101100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B63D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,99,209); }

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

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

 a { background-color: rgb(91,99,209); }

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

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

 span { border-color: rgb(91,99,209); }

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