Html Css Color HEX #5648CC Slate Blue

📋 copy color: '#5648CC'

red 86 ◦ green 72 ◦ blue 204

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

Shades of Slate Blue #5648CC

Tints of Slate Blue #5648CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.35%

R = 23.76%
G = 19.89%
B = 56.35%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5648CC (or 0x5648CC) is known color: Slate Blue. HEX triplet: 56, 48 and CC. RGB value is (86,72,204). Sum of RGB (Red+Green+Blue) = 86+72+204=362 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.76% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #5648CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5648CC is #A9B733. Grayscale: #5A5A5A. Windows color (decimal): -11122484 or 13387862. OLE color: 13387862.

HSL color Cylindrical-coordinate representation of color #5648CC: hue angle of 246.36º degrees, saturation: 0.56, 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 #5648CC is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 86 72 204 -
CMYK 0.58 0.65 0 0.2
HSL 246.36º 0.56% 0.54% -
HSV(B) 246.36º 0.65% 0.8% -
XYZ 17.05 10.97 58.35 -
YUV 91.23 191.64 124.27 -
System Red Green Blue C M Y K H S L
Decimal 86 72 204 0.58 0.65 0 0.2 246.36 0.56 0.54
Hex 56 48 CC 3A 41 0 14 F6 38 36
Octal 126 110 314 72 101 0 24 366 70 66
Binary 1010110 1001000 11001100 111010 1000001 0 10100 11110110 111000 110110

Color Harmonies of #5648CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5648CC

Black with #5648CC

Text Example


Text Example

White with #5648CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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