Html Css Color HEX #5141DB Slate Blue

📋 copy color: '#5141DB'

red 81 ◦ green 65 ◦ blue 219

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

Shades of Slate Blue #5141DB

Tints of Slate Blue #5141DB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.81%

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

R = 22.19%
G = 17.81%
B = 60%

CMYK

 C value IS 0.63

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5141DB (or 0x5141DB) is known color: Slate Blue. HEX triplet: 51, 41 and DB. RGB value is (81,65,219). Sum of RGB (Red+Green+Blue) = 81+65+219=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #5141DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5141DB is #AEBE24. Grayscale: #565656. Windows color (decimal): -11451941 or 14369105. OLE color: 14369105.

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

Color convert

RGB 81 65 219 -
CMYK 0.63 0.70 0 0.14
HSL 246.23º 0.68% 0.56% -
HSV(B) 246.23º 0.7% 0.86% -
XYZ 18.07 10.64 68.12 -
YUV 87.34 202.3 123.48 -
System Red Green Blue C M Y K H S L
Decimal 81 65 219 0.63 0.70 0 0.14 246.23 0.68 0.56
Hex 51 41 DB 3F 46 0 E F6 44 38
Octal 121 101 333 77 106 0 16 366 104 70
Binary 1010001 1000001 11011011 111111 1000110 0 1110 11110110 1000100 111000

Color Harmonies of #5141DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5141DB

Black with #5141DB

Text Example


Text Example

White with #5141DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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