#5746DD

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

Shades of Slate Blue #5746DD

Tints of Slate Blue #5746DD

Color information

#5746DD (or 0x5746DD) is unknown color: approx Slate Blue. HEX triplet: 57, 46 and DD. RGB value is (87,70,221). Sum of RGB (Red+Green+Blue) = 87+70+221=378 (50% of max value = 765). Red value is 87 (34.38% from 255 or 23.02% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #5746DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5746DD is #A8B922. Grayscale: #5B5B5B. Windows color (decimal): -11057443 or 14501463. OLE color: 14501463.

HSL color Cylindrical-coordinate representation of color #5746DD: hue angle of 246.75º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5746DD is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8770221-
CMYK0.610.6800.13
HSL246.75º68.95%57.06%-
HSV(B)246.75º68.33%86.67%-
XYZ19.1711.6369.64-
YUV92.3200.63124.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.02%
GREEN value IS 70 (27.73% from 255) = 18.52%
BLUE value IS 221 (86.72% from 255) = 58.47%
R=23.02%
G=18.52%
B=58.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal87702210.610.6800.13246.7568.9557.06
Hex5746DD3D440Df74539
Octal1271063357510401536710571
Binary1010111100011011011101111101100010001101111101111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5746DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5746DD; }

 p { color: rgb(87,70,221); }

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

<style>
 a { background-color: #5746DD; }

 a { background-color: rgb(87,70,221); }

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

<style>
 span { border-color: #5746DD; }

 span { border-color: rgb(87,70,221); }

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