Html Css Color HEX #5649DE Slate Blue

📋 copy color: '#5649DE'

red 86 ◦ green 73 ◦ blue 222

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

Shades of Slate Blue #5649DE

Tints of Slate Blue #5649DE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.16%

 BLUE value IS 222 (87.11% from 255) = 58.27%

R = 22.57%
G = 19.16%
B = 58.27%

CMYK

 C value IS 0.61

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5649DE (or 0x5649DE) is known color: Slate Blue. HEX triplet: 56, 49 and DE. RGB value is (86,73,222). Sum of RGB (Red+Green+Blue) = 86+73+222=381 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.57% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 222 (87.11% from 255 or 58.27% from 381); Max value from RGB is 222 - color contains mainly: blue. Hex color #5649DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5649DE is #A9B621. Grayscale: #5D5D5D. Windows color (decimal): -11122210 or 14567766. OLE color: 14567766.

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

Color convert

RGB 86 73 222 -
CMYK 0.61 0.67 0 0.13
HSL 245.23º 0.69% 0.58% -
HSV(B) 245.23º 0.67% 0.87% -
XYZ 19.41 12.02 70.4 -
YUV 93.87 200.31 122.38 -
System Red Green Blue C M Y K H S L
Decimal 86 73 222 0.61 0.67 0 0.13 245.23 0.69 0.58
Hex 56 49 DE 3D 43 0 D F5 45 3A
Octal 126 111 336 75 103 0 15 365 105 72
Binary 1010110 1001001 11011110 111101 1000011 0 1101 11110101 1000101 111010

Color Harmonies of #5649DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5649DE

Black with #5649DE

Text Example


Text Example

White with #5649DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5649DE; }

 p { color: rgb(86,73,222); }

 H1.HeaderClassName
 {
   color: #5649DE;
 }
 .AnyTagClassName
 {
   color: #5649DE;
 }
</style>

background-color css

<style>
 a { background-color: #5649DE; }

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

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

border-color css

<style>
 span { border-color: #5649DE; }

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

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