Html Css Color HEX #5651CD Slate Blue

📋 copy color: '#5651CD'

red 86 ◦ green 81 ◦ blue 205

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

Shades of Slate Blue #5651CD

Tints of Slate Blue #5651CD

RGB

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

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

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

R = 23.12%
G = 21.77%
B = 55.11%

CMYK

 C value IS 0.58

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5651CD (or 0x5651CD) is known color: Slate Blue. HEX triplet: 56, 51 and CD. RGB value is (86,81,205). Sum of RGB (Red+Green+Blue) = 86+81+205=372 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.12% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 205 (80.47% from 255 or 55.11% from 372); Max value from RGB is 205 - color contains mainly: blue. Hex color #5651CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5651CD is #A9AE32. Grayscale: #606060. Windows color (decimal): -11120179 or 13455702. OLE color: 13455702.

HSL color Cylindrical-coordinate representation of color #5651CD: hue angle of 242.42º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5651CD is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 81 205 -
CMYK 0.58 0.60 0 0.20
HSL 242.42º 0.55% 0.56% -
HSV(B) 242.42º 0.6% 0.8% -
XYZ 17.8 12.27 59.19 -
YUV 96.63 189.16 120.42 -
System Red Green Blue C M Y K H S L
Decimal 86 81 205 0.58 0.60 0 0.20 242.42 0.55 0.56
Hex 56 51 CD 3A 3C 0 14 F2 37 38
Octal 126 121 315 72 74 0 24 362 67 70
Binary 1010110 1010001 11001101 111010 111100 0 10100 11110010 110111 111000

Color Harmonies of #5651CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5651CD

Black with #5651CD

Text Example


Text Example

White with #5651CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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