#5341CD

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

Shades of Slate Blue #5341CD

Tints of Slate Blue #5341CD

Color information

#5341CD (or 0x5341CD) is unknown color: approx Slate Blue. HEX triplet: 53, 41 and CD. RGB value is (83,65,205). Sum of RGB (Red+Green+Blue) = 83+65+205=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #5341CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5341CD is #ACBE32. Grayscale: #555555. Windows color (decimal): -11320883 or 13451603. OLE color: 13451603.

HSL color Cylindrical-coordinate representation of color #5341CD: hue angle of 247.71º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5341CD is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8365205-
CMYK0.600.6800.20
HSL247.71º58.33%52.94%-
HSV(B)247.71º68.29%80.39%-
XYZ16.4810.0358.82-
YUV86.34194.96125.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.51%
GREEN value IS 65 (25.78% from 255) = 18.41%
BLUE value IS 205 (80.47% from 255) = 58.07%
R=23.51%
G=18.41%
B=58.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal83652050.600.6800.20247.7158.3352.94
Hex5341CD3C44014f83a35
Octal123101315741040243707265
Binary1010011100000111001101111100100010001010011111000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5341CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5341CD; }

 p { color: rgb(83,65,205); }

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

<style>
 a { background-color: #5341CD; }

 a { background-color: rgb(83,65,205); }

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

<style>
 span { border-color: #5341CD; }

 span { border-color: rgb(83,65,205); }

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