Html Css Color HEX #5645DD Slate Blue

📋 copy color: '#5645DD'

red 86 ◦ green 69 ◦ blue 221

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

Shades of Slate Blue #5645DD

Tints of Slate Blue #5645DD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.35%

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

R = 22.87%
G = 18.35%
B = 58.78%

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

#5645DD (or 0x5645DD) is known color: Slate Blue. HEX triplet: 56, 45 and DD. RGB value is (86,69,221). Sum of RGB (Red+Green+Blue) = 86+69+221=376 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.87% from 376); Green value is 69 (27.34% from 255 or 18.35% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #5645DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5645DD is #A9BA22. Grayscale: #5A5A5A. Windows color (decimal): -11123235 or 14501206. OLE color: 14501206.

HSL color Cylindrical-coordinate representation of color #5645DD: hue angle of 246.71º 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 #5645DD is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 86 69 221 -
CMYK 0.61 0.69 0 0.13
HSL 246.71º 0.69% 0.57% -
HSV(B) 246.71º 0.69% 0.87% -
XYZ 19.02 11.46 69.62 -
YUV 91.41 201.13 124.14 -
System Red Green Blue C M Y K H S L
Decimal 86 69 221 0.61 0.69 0 0.13 246.71 0.69 0.57
Hex 56 45 DD 3D 45 0 D F7 45 39
Octal 126 105 335 75 105 0 15 367 105 71
Binary 1010110 1000101 11011101 111101 1000101 0 1101 11110111 1000101 111001

Color Harmonies of #5645DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5645DD

Black with #5645DD

Text Example


Text Example

White with #5645DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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