Html Css Color HEX #5649CF Slate Blue

📋 copy color: '#5649CF'

red 86 ◦ green 73 ◦ blue 207

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

Shades of Slate Blue #5649CF

Tints of Slate Blue #5649CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 56.56%

R = 23.5%
G = 19.95%
B = 56.56%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5649CF (or 0x5649CF) is known color: Slate Blue. HEX triplet: 56, 49 and CF. RGB value is (86,73,207). Sum of RGB (Red+Green+Blue) = 86+73+207=366 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.50% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #5649CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5649CF is #A9B630. Grayscale: #5B5B5B. Windows color (decimal): -11122225 or 13584726. OLE color: 13584726.

HSL color Cylindrical-coordinate representation of color #5649CF: hue angle of 245.82º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5649CF is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 86 73 207 -
CMYK 0.58 0.65 0 0.19
HSL 245.82º 0.58% 0.55% -
HSV(B) 245.82º 0.65% 0.81% -
XYZ 17.48 11.25 60.28 -
YUV 92.16 192.81 123.6 -
System Red Green Blue C M Y K H S L
Decimal 86 73 207 0.58 0.65 0 0.19 245.82 0.58 0.55
Hex 56 49 CF 3A 41 0 13 F6 3A 37
Octal 126 111 317 72 101 0 23 366 72 67
Binary 1010110 1001001 11001111 111010 1000001 0 10011 11110110 111010 110111

Color Harmonies of #5649CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5649CF

Black with #5649CF

Text Example


Text Example

White with #5649CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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