Html Css Color HEX #5147D3 Slate Blue

📋 copy color: '#5147D3'

red 81 ◦ green 71 ◦ blue 211

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

Shades of Slate Blue #5147D3

Tints of Slate Blue #5147D3

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.56%

 BLUE value IS 211 (82.81% from 255) = 58.13%

R = 22.31%
G = 19.56%
B = 58.13%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#5147D3 (or 0x5147D3) is known color: Slate Blue. HEX triplet: 51, 47 and D3. RGB value is (81,71,211). Sum of RGB (Red+Green+Blue) = 81+71+211=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 211 (82.81% from 255 or 58.13% from 363); Max value from RGB is 211 - color contains mainly: blue. Hex color #5147D3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5147D3 is #AEB82C. Grayscale: #595959. Windows color (decimal): -11450413 or 13846353. OLE color: 13846353.

HSL color Cylindrical-coordinate representation of color #5147D3: hue angle of 244.29º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5147D3 is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 81 71 211 -
CMYK 0.62 0.66 0 0.17
HSL 244.29º 0.61% 0.55% -
HSV(B) 244.29º 0.66% 0.83% -
XYZ 17.4 10.96 62.83 -
YUV 89.95 196.31 121.62 -
System Red Green Blue C M Y K H S L
Decimal 81 71 211 0.62 0.66 0 0.17 244.29 0.61 0.55
Hex 51 47 D3 3E 42 0 11 F4 3D 37
Octal 121 107 323 76 102 0 21 364 75 67
Binary 1010001 1000111 11010011 111110 1000010 0 10001 11110100 111101 110111

Color Harmonies of #5147D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5147D3

Black with #5147D3

Text Example


Text Example

White with #5147D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5147D3; }

 p { color: rgb(81,71,211); }

 H1.HeaderClassName
 {
   color: #5147D3;
 }
 .AnyTagClassName
 {
   color: #5147D3;
 }
</style>

background-color css

<style>
 a { background-color: #5147D3; }

 a { background-color: rgb(81,71,211); }

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

border-color css

<style>
 span { border-color: #5147D3; }

 span { border-color: rgb(81,71,211); }

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