Html Css Color HEX #5140DB Slate Blue

📋 copy color: '#5140DB'

red 81 ◦ green 64 ◦ blue 219

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

Shades of Slate Blue #5140DB

Tints of Slate Blue #5140DB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.58%

 BLUE value IS 219 (85.94% from 255) = 60.16%

R = 22.25%
G = 17.58%
B = 60.16%

CMYK

 C value IS 0.63

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5140DB (or 0x5140DB) is known color: Slate Blue. HEX triplet: 51, 40 and DB. RGB value is (81,64,219). Sum of RGB (Red+Green+Blue) = 81+64+219=364 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.25% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #5140DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5140DB is #AEBF24. Grayscale: #565656. Windows color (decimal): -11452197 or 14368849. OLE color: 14368849.

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

Color convert

RGB 81 64 219 -
CMYK 0.63 0.71 0 0.14
HSL 246.58º 0.68% 0.55% -
HSV(B) 246.58º 0.71% 0.86% -
XYZ 18.01 10.53 68.1 -
YUV 86.75 202.63 123.9 -
System Red Green Blue C M Y K H S L
Decimal 81 64 219 0.63 0.71 0 0.14 246.58 0.68 0.55
Hex 51 40 DB 3F 47 0 E F7 44 37
Octal 121 100 333 77 107 0 16 367 104 67
Binary 1010001 1000000 11011011 111111 1000111 0 1110 11110111 1000100 110111

Color Harmonies of #5140DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5140DB

Black with #5140DB

Text Example


Text Example

White with #5140DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5140DB; }

 p { color: rgb(81,64,219); }

 H1.HeaderClassName
 {
   color: #5140DB;
 }
 .AnyTagClassName
 {
   color: #5140DB;
 }
</style>

background-color css

<style>
 a { background-color: #5140DB; }

 a { background-color: rgb(81,64,219); }

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

border-color css

<style>
 span { border-color: #5140DB; }

 span { border-color: rgb(81,64,219); }

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