#5353D8

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

Shades of Slate Blue #5353D8

Tints of Slate Blue #5353D8

Color information

#5353D8 (or 0x5353D8) is unknown color: approx Slate Blue. HEX triplet: 53, 53 and D8. RGB value is (83,83,216). Sum of RGB (Red+Green+Blue) = 83+83+216=382 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.73% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 216 (84.77% from 255 or 56.54% from 382); Max value from RGB is 216 - color contains mainly: blue. Hex color #5353D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5353D8 is #ACAC27. Grayscale: #616161. Windows color (decimal): -11316264 or 14177107. OLE color: 14177107.

HSL color Cylindrical-coordinate representation of color #5353D8: hue angle of 240º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5353D8 is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8383216-
CMYK0.620.6200.15
HSL240º63.03%58.63%-
HSV(B)240º61.57%84.71%-
XYZ19.0612.9866.47-
YUV98.16194.5117.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.73%
GREEN value IS 83 (32.81% from 255) = 21.73%
BLUE value IS 216 (84.77% from 255) = 56.54%
R=21.73%
G=21.73%
B=56.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal83832160.620.6200.1524063.0358.63
Hex5353D83E3E0Ff03f3b
Octal12312333076760173607773
Binary10100111010011110110001111101111100111111110000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5353D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5353D8; }

 p { color: rgb(83,83,216); }

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

<style>
 a { background-color: #5353D8; }

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

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

<style>
 span { border-color: #5353D8; }

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

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