#5653DA

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

Shades of Slate Blue #5653DA

Tints of Slate Blue #5653DA

Color information

#5653DA (or 0x5653DA) is unknown color: approx Slate Blue. HEX triplet: 56, 53 and DA. RGB value is (86,83,218). Sum of RGB (Red+Green+Blue) = 86+83+218=387 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.22% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 218 (85.55% from 255 or 56.33% from 387); Max value from RGB is 218 - color contains mainly: blue. Hex color #5653DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5653DA is #A9AC25. Grayscale: #626262. Windows color (decimal): -11119654 or 14308182. OLE color: 14308182.

HSL color Cylindrical-coordinate representation of color #5653DA: hue angle of 241.33º degrees, saturation: 0.65, 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 #5653DA is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8683218-
CMYK0.610.6200.15
HSL241.33º64.59%59.02%-
HSV(B)241.33º61.93%85.49%-
XYZ19.5913.2367.85-
YUV99.29194.99118.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.22%
GREEN value IS 83 (32.81% from 255) = 21.45%
BLUE value IS 218 (85.55% from 255) = 56.33%
R=22.22%
G=21.45%
B=56.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal86832180.610.6200.15241.3364.5959.02
Hex5653DA3D3E0Ff1413b
Octal126123332757601736110173
Binary101011010100111101101011110111111001111111100011000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5653DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5653DA; }

 p { color: rgb(86,83,218); }

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

<style>
 a { background-color: #5653DA; }

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

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

<style>
 span { border-color: #5653DA; }

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

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