#5141CF

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

Shades of Slate Blue #5141CF

Tints of Slate Blue #5141CF

Color information

#5141CF (or 0x5141CF) is unknown color: approx Slate Blue. HEX triplet: 51, 41 and CF. RGB value is (81,65,207). Sum of RGB (Red+Green+Blue) = 81+65+207=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #5141CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5141CF is #AEBE30. Grayscale: #555555. Windows color (decimal): -11451953 or 13582673. OLE color: 13582673.

HSL color Cylindrical-coordinate representation of color #5141CF: hue angle of 246.76º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5141CF is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8165207-
CMYK0.610.6900.19
HSL246.76º59.66%53.33%-
HSV(B)246.76º68.6%81.18%-
XYZ16.5510.0360.1-
YUV85.97196.3124.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.95%
GREEN value IS 65 (25.78% from 255) = 18.41%
BLUE value IS 207 (81.25% from 255) = 58.64%
R=22.95%
G=18.41%
B=58.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal81652070.610.6900.19246.7659.6653.33
Hex5141CF3D45013f73c35
Octal121101317751050233677465
Binary1010001100000111001111111101100010101001111110111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5141CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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