#5742D1

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

Shades of Slate Blue #5742D1

Tints of Slate Blue #5742D1

Color information

#5742D1 (or 0x5742D1) is unknown color: approx Slate Blue. HEX triplet: 57, 42 and D1. RGB value is (87,66,209). Sum of RGB (Red+Green+Blue) = 87+66+209=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 209 (82.03% from 255 or 57.73% from 362); Max value from RGB is 209 - color contains mainly: blue. Hex color #5742D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5742D1 is #A8BD2E. Grayscale: #585858. Windows color (decimal): -11058479 or 13714007. OLE color: 13714007.

HSL color Cylindrical-coordinate representation of color #5742D1: hue angle of 248.81º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5742D1 is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8766209-
CMYK0.580.6800.18
HSL248.81º60.85%53.92%-
HSV(B)248.81º68.42%81.96%-
XYZ17.3910.5361.44-
YUV88.58195.96126.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.03%
GREEN value IS 66 (26.17% from 255) = 18.23%
BLUE value IS 209 (82.03% from 255) = 57.73%
R=24.03%
G=18.23%
B=57.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal87662090.580.6800.18248.8160.8553.92
Hex5742D13A44012f93d36
Octal127102321721040223717566
Binary1010111100001011010001111010100010001001011111001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5742D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5742D1; }

 p { color: rgb(87,66,209); }

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

<style>
 a { background-color: #5742D1; }

 a { background-color: rgb(87,66,209); }

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

<style>
 span { border-color: #5742D1; }

 span { border-color: rgb(87,66,209); }

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