Html Css Color HEX #5651DD Slate Blue

📋 copy color: '#5651DD'

red 86 ◦ green 81 ◦ blue 221

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

Shades of Slate Blue #5651DD

Tints of Slate Blue #5651DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.96%

R = 22.16%
G = 20.88%
B = 56.96%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5651DD (or 0x5651DD) is known color: Slate Blue. HEX triplet: 56, 51 and DD. RGB value is (86,81,221). Sum of RGB (Red+Green+Blue) = 86+81+221=388 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.16% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #5651DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5651DD is #A9AE22. Grayscale: #616161. Windows color (decimal): -11120163 or 14504278. OLE color: 14504278.

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

Color convert

RGB 86 81 221 -
CMYK 0.61 0.63 0 0.13
HSL 242.14º 0.67% 0.59% -
HSV(B) 242.14º 0.63% 0.87% -
XYZ 19.83 13.08 69.89 -
YUV 98.46 197.16 119.12 -
System Red Green Blue C M Y K H S L
Decimal 86 81 221 0.61 0.63 0 0.13 242.14 0.67 0.59
Hex 56 51 DD 3D 3F 0 D F2 43 3B
Octal 126 121 335 75 77 0 15 362 103 73
Binary 1010110 1010001 11011101 111101 111111 0 1101 11110010 1000011 111011

Color Harmonies of #5651DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5651DD

Black with #5651DD

Text Example


Text Example

White with #5651DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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