#5D50DC

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

Shades of Slate Blue #5D50DC

Tints of Slate Blue #5D50DC

Color information

#5D50DC (or 0x5D50DC) is unknown color: approx Slate Blue. HEX triplet: 5D, 50 and DC. RGB value is (93,80,220). Sum of RGB (Red+Green+Blue) = 93+80+220=393 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.66% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #5D50DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D50DC is #A2AF23. Grayscale: #636363. Windows color (decimal): -10661668 or 14438493. OLE color: 14438493.

HSL color Cylindrical-coordinate representation of color #5D50DC: hue angle of 245.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5D50DC is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB9380220-
CMYK0.580.6400.14
HSL245.57º66.67%58.82%-
HSV(B)245.57º63.64%86.27%-
XYZ20.313.2369.19-
YUV99.85195.81123.12-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.66%
GREEN value IS 80 (31.64% from 255) = 20.36%
BLUE value IS 220 (86.33% from 255) = 55.98%
R=23.66%
G=20.36%
B=55.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal93802200.580.6400.14245.5766.6758.82
Hex5D50DC3A400Ef6433b
Octal1351203347210001636610373
Binary1011101101000011011100111010100000001110111101101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D50DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,80,220); }

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

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

 a { background-color: rgb(93,80,220); }

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

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

 span { border-color: rgb(93,80,220); }

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