#5D55CA

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

Shades of Slate Blue #5D55CA

Tints of Slate Blue #5D55CA

Color information

#5D55CA (or 0x5D55CA) is unknown color: approx Slate Blue. HEX triplet: 5D, 55 and CA. RGB value is (93,85,202). Sum of RGB (Red+Green+Blue) = 93+85+202=380 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.47% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D55CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D55CA is #A2AA35. Grayscale: #646464. Windows color (decimal): -10660406 or 13260125. OLE color: 13260125.

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

Color convert

RGB9385202-
CMYK0.540.5800.21
HSL244.1º52.47%56.27%-
HSV(B)244.1º57.92%79.22%-
XYZ18.4213.0957.43-
YUV100.73185.15122.49-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.47%
GREEN value IS 85 (33.59% from 255) = 22.37%
BLUE value IS 202 (79.30% from 255) = 53.16%
R=24.47%
G=22.37%
B=53.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal93852020.540.5800.21244.152.4756.27
Hex5D55CA363A015f43438
Octal13512531266720253646470
Binary101110110101011100101011011011101001010111110100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D55CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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