Html Css Color HEX #5656DA Slate Blue

📋 copy color: '#5656DA'

red 86 ◦ green 86 ◦ blue 218

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

Shades of Slate Blue #5656DA

Tints of Slate Blue #5656DA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.05%

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

R = 22.05%
G = 22.05%
B = 55.9%

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

#5656DA (or 0x5656DA) is known color: Slate Blue. HEX triplet: 56, 56 and DA. RGB value is (86,86,218). Sum of RGB (Red+Green+Blue) = 86+86+218=390 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.05% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 218 (85.55% from 255 or 55.90% from 390); Max value from RGB is 218 - color contains mainly: blue. Hex color #5656DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5656DA is #A9A925. Grayscale: #646464. Windows color (decimal): -11118886 or 14308950. OLE color: 14308950.

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

Color convert

RGB 86 86 218 -
CMYK 0.61 0.61 0 0.15
HSL 240º 0.64% 0.6% -
HSV(B) 240º 0.61% 0.85% -
XYZ 19.82 13.7 67.93 -
YUV 101.05 194 117.27 -
System Red Green Blue C M Y K H S L
Decimal 86 86 218 0.61 0.61 0 0.15 240 0.64 0.6
Hex 56 56 DA 3D 3D 0 F F0 40 3C
Octal 126 126 332 75 75 0 17 360 100 74
Binary 1010110 1010110 11011010 111101 111101 0 1111 11110000 1000000 111100

Color Harmonies of #5656DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5656DA

Black with #5656DA

Text Example


Text Example

White with #5656DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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