Html Css Color HEX #5146DC Slate Blue

📋 copy color: '#5146DC'

red 81 ◦ green 70 ◦ blue 220

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

Shades of Slate Blue #5146DC

Tints of Slate Blue #5146DC

RGB

 RED value IS 81 (32.03% from 255) = 21.83%

 GREEN value IS 70 (27.73% from 255) = 18.87%

 BLUE value IS 220 (86.33% from 255) = 59.3%

R = 21.83%
G = 18.87%
B = 59.3%

CMYK

 C value IS 0.63

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5146DC (or 0x5146DC) is known color: Slate Blue. HEX triplet: 51, 46 and DC. RGB value is (81,70,220). Sum of RGB (Red+Green+Blue) = 81+70+220=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #5146DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5146DC is #AEB923. Grayscale: #595959. Windows color (decimal): -11450660 or 14435921. OLE color: 14435921.

HSL color Cylindrical-coordinate representation of color #5146DC: hue angle of 244.4º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5146DC is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 70 220 -
CMYK 0.63 0.68 0 0.14
HSL 244.4º 0.68% 0.57% -
HSV(B) 244.4º 0.68% 0.86% -
XYZ 18.5 11.3 68.92 -
YUV 90.39 201.14 121.3 -
System Red Green Blue C M Y K H S L
Decimal 81 70 220 0.63 0.68 0 0.14 244.4 0.68 0.57
Hex 51 46 DC 3F 44 0 E F4 44 39
Octal 121 106 334 77 104 0 16 364 104 71
Binary 1010001 1000110 11011100 111111 1000100 0 1110 11110100 1000100 111001

Color Harmonies of #5146DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5146DC

Black with #5146DC

Text Example


Text Example

White with #5146DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5146DC; }

 p { color: rgb(81,70,220); }

 H1.HeaderClassName
 {
   color: #5146DC;
 }
 .AnyTagClassName
 {
   color: #5146DC;
 }
</style>

background-color css

<style>
 a { background-color: #5146DC; }

 a { background-color: rgb(81,70,220); }

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

border-color css

<style>
 span { border-color: #5146DC; }

 span { border-color: rgb(81,70,220); }

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