Html Css Color HEX #5648CD Slate Blue

📋 copy color: '#5648CD'

red 86 ◦ green 72 ◦ blue 205

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

Shades of Slate Blue #5648CD

Tints of Slate Blue #5648CD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.83%

 BLUE value IS 205 (80.47% from 255) = 56.47%

R = 23.69%
G = 19.83%
B = 56.47%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5648CD (or 0x5648CD) is known color: Slate Blue. HEX triplet: 56, 48 and CD. RGB value is (86,72,205). Sum of RGB (Red+Green+Blue) = 86+72+205=363 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.69% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #5648CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5648CD is #A9B732. Grayscale: #5A5A5A. Windows color (decimal): -11122483 or 13453398. OLE color: 13453398.

HSL color Cylindrical-coordinate representation of color #5648CD: hue angle of 246.32º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5648CD is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 72 205 -
CMYK 0.58 0.65 0 0.20
HSL 246.32º 0.57% 0.54% -
HSV(B) 246.32º 0.65% 0.8% -
XYZ 17.17 11.02 58.98 -
YUV 91.35 192.14 124.19 -
System Red Green Blue C M Y K H S L
Decimal 86 72 205 0.58 0.65 0 0.20 246.32 0.57 0.54
Hex 56 48 CD 3A 41 0 14 F6 39 36
Octal 126 110 315 72 101 0 24 366 71 66
Binary 1010110 1001000 11001101 111010 1000001 0 10100 11110110 111001 110110

Color Harmonies of #5648CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5648CD

Black with #5648CD

Text Example


Text Example

White with #5648CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5648CD; }

 p { color: rgb(86,72,205); }

 H1.HeaderClassName
 {
   color: #5648CD;
 }
 .AnyTagClassName
 {
   color: #5648CD;
 }
</style>

background-color css

<style>
 a { background-color: #5648CD; }

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

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

border-color css

<style>
 span { border-color: #5648CD; }

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

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