#5142CD

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

Shades of Slate Blue #5142CD

Tints of Slate Blue #5142CD

Color information

#5142CD (or 0x5142CD) is unknown color: approx Slate Blue. HEX triplet: 51, 42 and CD. RGB value is (81,66,205). Sum of RGB (Red+Green+Blue) = 81+66+205=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #5142CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5142CD is #AEBD32. Grayscale: #555555. Windows color (decimal): -11451699 or 13451857. OLE color: 13451857.

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

Color convert

RGB8166205-
CMYK0.600.6800.20
HSL246.47º58.16%53.14%-
HSV(B)246.47º67.8%80.39%-
XYZ16.3610.0558.84-
YUV86.33194.97124.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.01%
GREEN value IS 66 (26.17% from 255) = 18.75%
BLUE value IS 205 (80.47% from 255) = 58.24%
R=23.01%
G=18.75%
B=58.24%

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
Decimal81662050.600.6800.20246.4758.1653.14
Hex5142CD3C44014f63a35
Octal121102315741040243667265
Binary1010001100001011001101111100100010001010011110110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5142CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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