Html Css Color HEX #5659DC Slate Blue

📋 copy color: '#5659DC'

red 86 ◦ green 89 ◦ blue 220

#5659DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #5659DC

Tints of Slate Blue #5659DC

RGB

 RED value IS 86 (33.98% from 255) = 21.77%

 GREEN value IS 89 (35.16% from 255) = 22.53%

 BLUE value IS 220 (86.33% from 255) = 55.7%

R = 21.77%
G = 22.53%
B = 55.7%

CMYK

 C value IS 0.61

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5659DC (or 0x5659DC) is known color: Slate Blue. HEX triplet: 56, 59 and DC. RGB value is (86,89,220). Sum of RGB (Red+Green+Blue) = 86+89+220=395 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.77% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #5659DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5659DC is #A9A623. Grayscale: #666666. Windows color (decimal): -11118116 or 14440790. OLE color: 14440790.

HSL color Cylindrical-coordinate representation of color #5659DC: hue angle of 238.66º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5659DC is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 89 220 -
CMYK 0.61 0.60 0 0.14
HSL 238.66º 0.66% 0.6% -
HSV(B) 238.66º 0.61% 0.86% -
XYZ 20.33 14.29 69.4 -
YUV 103.04 194.01 115.85 -
System Red Green Blue C M Y K H S L
Decimal 86 89 220 0.61 0.60 0 0.14 238.66 0.66 0.6
Hex 56 59 DC 3D 3C 0 E EF 42 3C
Octal 126 131 334 75 74 0 16 357 102 74
Binary 1010110 1011001 11011100 111101 111100 0 1110 11101111 1000010 111100

Color Harmonies of #5659DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5659DC

Black with #5659DC

Text Example


Text Example

White with #5659DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5659DC;
 }
 .AnyTagClassName
 {
   color: #5659DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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