Html Css Color HEX #5655DA Slate Blue

📋 copy color: '#5655DA'

red 86 ◦ green 85 ◦ blue 218

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

Shades of Slate Blue #5655DA

Tints of Slate Blue #5655DA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.85%

 BLUE value IS 218 (85.55% from 255) = 56.04%

R = 22.11%
G = 21.85%
B = 56.04%

CMYK

 C value IS 0.61

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5655DA (or 0x5655DA) is known color: Slate Blue. HEX triplet: 56, 55 and DA. RGB value is (86,85,218). Sum of RGB (Red+Green+Blue) = 86+85+218=389 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.11% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #5655DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5655DA is #A9AA25. Grayscale: #636363. Windows color (decimal): -11119142 or 14308694. OLE color: 14308694.

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

Color convert

RGB 86 85 218 -
CMYK 0.61 0.61 0 0.15
HSL 240.45º 0.64% 0.59% -
HSV(B) 240.45º 0.61% 0.85% -
XYZ 19.74 13.54 67.9 -
YUV 100.46 194.33 117.69 -
System Red Green Blue C M Y K H S L
Decimal 86 85 218 0.61 0.61 0 0.15 240.45 0.64 0.59
Hex 56 55 DA 3D 3D 0 F F0 40 3B
Octal 126 125 332 75 75 0 17 360 100 73
Binary 1010110 1010101 11011010 111101 111101 0 1111 11110000 1000000 111011

Color Harmonies of #5655DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5655DA

Black with #5655DA

Text Example


Text Example

White with #5655DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5655DA;
 }
 .AnyTagClassName
 {
   color: #5655DA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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