Html Css Color HEX #5651E0 Slate Blue

📋 copy color: '#5651E0'

red 86 ◦ green 81 ◦ blue 224

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

Shades of Slate Blue #5651E0

Tints of Slate Blue #5651E0

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.72%

 BLUE value IS 224 (87.89% from 255) = 57.29%

R = 21.99%
G = 20.72%
B = 57.29%

CMYK

 C value IS 0.62

 M value IS 0.64

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5651E0 (or 0x5651E0) is known color: Slate Blue. HEX triplet: 56, 51 and E0. RGB value is (86,81,224). Sum of RGB (Red+Green+Blue) = 86+81+224=391 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.99% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 224 (87.89% from 255 or 57.29% from 391); Max value from RGB is 224 - color contains mainly: blue. Hex color #5651E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5651E0 is #A9AE1F. Grayscale: #626262. Windows color (decimal): -11120160 or 14700886. OLE color: 14700886.

HSL color Cylindrical-coordinate representation of color #5651E0: hue angle of 242.1º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5651E0 is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 86 81 224 -
CMYK 0.62 0.64 0 0.12
HSL 242.1º 0.7% 0.6% -
HSV(B) 242.1º 0.64% 0.88% -
XYZ 20.23 13.25 72.01 -
YUV 98.8 198.66 118.87 -
System Red Green Blue C M Y K H S L
Decimal 86 81 224 0.62 0.64 0 0.12 242.1 0.7 0.6
Hex 56 51 E0 3E 40 0 C F2 46 3C
Octal 126 121 340 76 100 0 14 362 106 74
Binary 1010110 1010001 11100000 111110 1000000 0 1100 11110010 1000110 111100

Color Harmonies of #5651E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5651E0

Black with #5651E0

Text Example


Text Example

White with #5651E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5651E0; }

 p { color: rgb(86,81,224); }

 H1.HeaderClassName
 {
   color: #5651E0;
 }
 .AnyTagClassName
 {
   color: #5651E0;
 }
</style>

background-color css

<style>
 a { background-color: #5651E0; }

 a { background-color: rgb(86,81,224); }

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

border-color css

<style>
 span { border-color: #5651E0; }

 span { border-color: rgb(86,81,224); }

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