#5357DD

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

Shades of Slate Blue #5357DD

Tints of Slate Blue #5357DD

Color information

#5357DD (or 0x5357DD) is unknown color: approx Slate Blue. HEX triplet: 53, 57 and DD. RGB value is (83,87,221). Sum of RGB (Red+Green+Blue) = 83+87+221=391 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.23% from 391); Green value is 87 (34.38% from 255 or 22.25% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #5357DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5357DD is #ACA822. Grayscale: #646464. Windows color (decimal): -11315235 or 14505811. OLE color: 14505811.

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

Color convert

RGB8387221-
CMYK0.620.6100.13
HSL238.26º66.99%59.61%-
HSV(B)238.26º62.44%86.67%-
XYZ20.0313.8870.03-
YUV101.08195.67115.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.23%
GREEN value IS 87 (34.38% from 255) = 22.25%
BLUE value IS 221 (86.72% from 255) = 56.52%
R=21.23%
G=22.25%
B=56.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal83872210.620.6100.13238.2666.9959.61
Hex5357DD3E3D0Dee433c
Octal123127335767501535610374
Binary101001110101111101110111111011110101101111011101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5357DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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