Html Css Color HEX #5644DD Slate Blue

📋 copy color: '#5644DD'

red 86 ◦ green 68 ◦ blue 221

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

Shades of Slate Blue #5644DD

Tints of Slate Blue #5644DD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.13%

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

R = 22.93%
G = 18.13%
B = 58.93%

CMYK

 C value IS 0.61

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5644DD (or 0x5644DD) is known color: Slate Blue. HEX triplet: 56, 44 and DD. RGB value is (86,68,221). Sum of RGB (Red+Green+Blue) = 86+68+221=375 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.93% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #5644DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5644DD is #A9BB22. Grayscale: #5A5A5A. Windows color (decimal): -11123491 or 14500950. OLE color: 14500950.

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

Color convert

RGB 86 68 221 -
CMYK 0.61 0.69 0 0.13
HSL 247.06º 0.69% 0.57% -
HSV(B) 247.06º 0.69% 0.87% -
XYZ 18.96 11.33 69.6 -
YUV 90.82 201.46 124.56 -
System Red Green Blue C M Y K H S L
Decimal 86 68 221 0.61 0.69 0 0.13 247.06 0.69 0.57
Hex 56 44 DD 3D 45 0 D F7 45 39
Octal 126 104 335 75 105 0 15 367 105 71
Binary 1010110 1000100 11011101 111101 1000101 0 1101 11110111 1000101 111001

Color Harmonies of #5644DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5644DD

Black with #5644DD

Text Example


Text Example

White with #5644DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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