Html Css Color HEX #513EDB Slate Blue

📋 copy color: '#513EDB'

red 81 ◦ green 62 ◦ blue 219

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

Shades of Slate Blue #513EDB

Tints of Slate Blue #513EDB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.13%

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

R = 22.38%
G = 17.13%
B = 60.5%

CMYK

 C value IS 0.63

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#513EDB (or 0x513EDB) is known color: Slate Blue. HEX triplet: 51, 3E and DB. RGB value is (81,62,219). Sum of RGB (Red+Green+Blue) = 81+62+219=362 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.38% from 362); Green value is 62 (24.61% from 255 or 17.13% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #513EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513EDB is #AEC124. Grayscale: #545454. Windows color (decimal): -11452709 or 14368337. OLE color: 14368337.

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

Color convert

RGB 81 62 219 -
CMYK 0.63 0.72 0 0.14
HSL 247.26º 0.69% 0.55% -
HSV(B) 247.26º 0.72% 0.86% -
XYZ 17.9 10.31 68.06 -
YUV 85.58 203.29 124.73 -
System Red Green Blue C M Y K H S L
Decimal 81 62 219 0.63 0.72 0 0.14 247.26 0.69 0.55
Hex 51 3E DB 3F 48 0 E F7 45 37
Octal 121 76 333 77 110 0 16 367 105 67
Binary 1010001 111110 11011011 111111 1001000 0 1110 11110111 1000101 110111

Color Harmonies of #513EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513EDB

Black with #513EDB

Text Example


Text Example

White with #513EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513EDB; }

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

 H1.HeaderClassName
 {
   color: #513EDB;
 }
 .AnyTagClassName
 {
   color: #513EDB;
 }
</style>

background-color css

<style>
 a { background-color: #513EDB; }

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

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

border-color css

<style>
 span { border-color: #513EDB; }

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

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