#5D50CA

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

Shades of Slate Blue #5D50CA

Tints of Slate Blue #5D50CA

Color information

#5D50CA (or 0x5D50CA) is unknown color: approx Slate Blue. HEX triplet: 5D, 50 and CA. RGB value is (93,80,202). Sum of RGB (Red+Green+Blue) = 93+80+202=375 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.8% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 202 (79.30% from 255 or 53.87% from 375); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D50CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D50CA is #A2AF35. Grayscale: #616161. Windows color (decimal): -10661686 or 13258845. OLE color: 13258845.

HSL color Cylindrical-coordinate representation of color #5D50CA: hue angle of 246.39º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D50CA is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9380202-
CMYK0.540.6000.21
HSL246.39º53.51%55.29%-
HSV(B)246.39º60.4%79.22%-
XYZ18.0412.3357.31-
YUV97.8186.81124.58-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.8%
GREEN value IS 80 (31.64% from 255) = 21.33%
BLUE value IS 202 (79.30% from 255) = 53.87%
R=24.8%
G=21.33%
B=53.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal93802020.540.6000.21246.3953.5155.29
Hex5D50CA363C015f63637
Octal13512031266740253666667
Binary101110110100001100101011011011110001010111110110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D50CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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