#5659DF

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

Shades of Slate Blue #5659DF

Tints of Slate Blue #5659DF

Color information

#5659DF (or 0x5659DF) is unknown color: approx Slate Blue. HEX triplet: 56, 59 and DF. RGB value is (86,89,223). Sum of RGB (Red+Green+Blue) = 86+89+223=398 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.61% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #5659DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5659DF is #A9A620. Grayscale: #666666. Windows color (decimal): -11118113 or 14637398. OLE color: 14637398.

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

Color convert

RGB8689223-
CMYK0.610.6000.13
HSL238.69º68.16%60.59%-
HSV(B)238.69º61.43%87.45%-
XYZ20.7314.4571.51-
YUV103.38195.51115.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.61%
GREEN value IS 89 (35.16% from 255) = 22.36%
BLUE value IS 223 (87.5% from 255) = 56.03%
R=21.61%
G=22.36%
B=56.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal86892230.610.6000.13238.6968.1660.59
Hex5659DF3D3C0Def443d
Octal126131337757401535710475
Binary101011010110011101111111110111110001101111011111000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5659DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5659DF; }

 p { color: rgb(86,89,223); }

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

<style>
 a { background-color: #5659DF; }

 a { background-color: rgb(86,89,223); }

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

<style>
 span { border-color: #5659DF; }

 span { border-color: rgb(86,89,223); }

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