#5141CD

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

Shades of Slate Blue #5141CD

Tints of Slate Blue #5141CD

Color information

#5141CD (or 0x5141CD) is unknown color: approx Slate Blue. HEX triplet: 51, 41 and CD. RGB value is (81,65,205). Sum of RGB (Red+Green+Blue) = 81+65+205=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #5141CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5141CD is #AEBE32. Grayscale: #555555. Windows color (decimal): -11451955 or 13451601. OLE color: 13451601.

HSL color Cylindrical-coordinate representation of color #5141CD: hue angle of 246.86º 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 #5141CD is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8165205-
CMYK0.600.6800.20
HSL246.86º58.33%52.94%-
HSV(B)246.86º68.29%80.39%-
XYZ16.39.9458.82-
YUV85.74195.3124.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.08%
GREEN value IS 65 (25.78% from 255) = 18.52%
BLUE value IS 205 (80.47% from 255) = 58.40%
R=23.08%
G=18.52%
B=58.40%

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
Decimal81652050.600.6800.20246.8658.3352.94
Hex5141CD3C44014f73a35
Octal121101315741040243677265
Binary1010001100000111001101111100100010001010011110111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5141CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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