Html Css Color HEX #5656DD Slate Blue

📋 copy color: '#5656DD'

red 86 ◦ green 86 ◦ blue 221

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

Shades of Slate Blue #5656DD

Tints of Slate Blue #5656DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.23%

R = 21.88%
G = 21.88%
B = 56.23%

CMYK

 C value IS 0.61

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5656DD (or 0x5656DD) is known color: Slate Blue. HEX triplet: 56, 56 and DD. RGB value is (86,86,221). Sum of RGB (Red+Green+Blue) = 86+86+221=393 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.88% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #5656DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5656DD is #A9A922. Grayscale: #646464. Windows color (decimal): -11118883 or 14505558. OLE color: 14505558.

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

Color convert

RGB 86 86 221 -
CMYK 0.61 0.61 0 0.13
HSL 240º 0.67% 0.6% -
HSV(B) 240º 0.61% 0.87% -
XYZ 20.22 13.85 70.02 -
YUV 101.39 195.5 117.02 -
System Red Green Blue C M Y K H S L
Decimal 86 86 221 0.61 0.61 0 0.13 240 0.67 0.6
Hex 56 56 DD 3D 3D 0 D F0 43 3C
Octal 126 126 335 75 75 0 15 360 103 74
Binary 1010110 1010110 11011101 111101 111101 0 1101 11110000 1000011 111100

Color Harmonies of #5656DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5656DD

Black with #5656DD

Text Example


Text Example

White with #5656DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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