#5B63CC

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

Shades of Slate Blue #5B63CC

Tints of Slate Blue #5B63CC

Color information

#5B63CC (or 0x5B63CC) is unknown color: approx Slate Blue. HEX triplet: 5B, 63 and CC. RGB value is (91,99,204). Sum of RGB (Red+Green+Blue) = 91+99+204=394 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.10% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B63CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B63CC is #A49C33. Grayscale: #6C6C6C. Windows color (decimal): -10787892 or 13394779. OLE color: 13394779.

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

Color convert

RGB9199204-
CMYK0.550.5100.2
HSL235.75º52.56%57.84%-
HSV(B)235.75º55.39%80%-
XYZ19.6815.5159.08-
YUV108.58181.85115.46-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.10%
GREEN value IS 99 (39.06% from 255) = 25.13%
BLUE value IS 204 (80.08% from 255) = 51.78%
R=23.10%
G=25.13%
B=51.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal91992040.550.5100.2235.7552.5657.84
Hex5B63CC3733014ec353a
Octal13314331467630243546572
Binary101101111000111100110011011111001101010011101100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B63CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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