#5D56CC

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

Shades of Slate Blue #5D56CC

Tints of Slate Blue #5D56CC

Color information

#5D56CC (or 0x5D56CC) is unknown color: approx Slate Blue. HEX triplet: 5D, 56 and CC. RGB value is (93,86,204). Sum of RGB (Red+Green+Blue) = 93+86+204=383 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.28% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #5D56CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D56CC is #A2A933. Grayscale: #656565. Windows color (decimal): -10660148 or 13391453. OLE color: 13391453.

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

Color convert

RGB9386204-
CMYK0.540.5800.2
HSL243.56º53.64%56.86%-
HSV(B)243.56º57.84%80%-
XYZ18.7413.3458.71-
YUV101.54185.82121.91-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.28%
GREEN value IS 86 (33.98% from 255) = 22.45%
BLUE value IS 204 (80.08% from 255) = 53.26%
R=24.28%
G=22.45%
B=53.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal93862040.540.5800.2243.5653.6456.86
Hex5D56CC363A014f43639
Octal13512631466720243646671
Binary101110110101101100110011011011101001010011110100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D56CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,86,204); }

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

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

 a { background-color: rgb(93,86,204); }

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

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

 span { border-color: rgb(93,86,204); }

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