Html Css Color HEX #5148DA Slate Blue

📋 copy color: '#5148DA'

red 81 ◦ green 72 ◦ blue 218

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

Shades of Slate Blue #5148DA

Tints of Slate Blue #5148DA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.41%

 BLUE value IS 218 (85.55% from 255) = 58.76%

R = 21.83%
G = 19.41%
B = 58.76%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5148DA (or 0x5148DA) is known color: Slate Blue. HEX triplet: 51, 48 and DA. RGB value is (81,72,218). Sum of RGB (Red+Green+Blue) = 81+72+218=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 218 (85.55% from 255 or 58.76% from 371); Max value from RGB is 218 - color contains mainly: blue. Hex color #5148DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5148DA is #AEB725. Grayscale: #5A5A5A. Windows color (decimal): -11450150 or 14305361. OLE color: 14305361.

HSL color Cylindrical-coordinate representation of color #5148DA: hue angle of 243.7º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5148DA is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 81 72 218 -
CMYK 0.63 0.67 0 0.15
HSL 243.7º 0.66% 0.57% -
HSV(B) 243.7º 0.67% 0.85% -
XYZ 18.37 11.45 67.57 -
YUV 91.34 199.48 120.63 -
System Red Green Blue C M Y K H S L
Decimal 81 72 218 0.63 0.67 0 0.15 243.7 0.66 0.57
Hex 51 48 DA 3F 43 0 F F4 42 39
Octal 121 110 332 77 103 0 17 364 102 71
Binary 1010001 1001000 11011010 111111 1000011 0 1111 11110100 1000010 111001

Color Harmonies of #5148DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5148DA

Black with #5148DA

Text Example


Text Example

White with #5148DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5148DA; }

 p { color: rgb(81,72,218); }

 H1.HeaderClassName
 {
   color: #5148DA;
 }
 .AnyTagClassName
 {
   color: #5148DA;
 }
</style>

background-color css

<style>
 a { background-color: #5148DA; }

 a { background-color: rgb(81,72,218); }

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

border-color css

<style>
 span { border-color: #5148DA; }

 span { border-color: rgb(81,72,218); }

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