Html Css Color HEX #5248D5 Slate Blue

📋 copy color: '#5248D5'

red 82 ◦ green 72 ◦ blue 213

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

Shades of Slate Blue #5248D5

Tints of Slate Blue #5248D5

RGB

 RED value IS 82 (32.42% from 255) = 22.34%

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

 BLUE value IS 213 (83.59% from 255) = 58.04%

R = 22.34%
G = 19.62%
B = 58.04%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5248D5 (or 0x5248D5) is known color: Slate Blue. HEX triplet: 52, 48 and D5. RGB value is (82,72,213). Sum of RGB (Red+Green+Blue) = 82+72+213=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 213 (83.59% from 255 or 58.04% from 367); Max value from RGB is 213 - color contains mainly: blue. Hex color #5248D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5248D5 is #ADB72A. Grayscale: #5A5A5A. Windows color (decimal): -11384619 or 13977682. OLE color: 13977682.

HSL color Cylindrical-coordinate representation of color #5248D5: hue angle of 244.26º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5248D5 is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 72 213 -
CMYK 0.62 0.66 0 0.16
HSL 244.26º 0.63% 0.56% -
HSV(B) 244.26º 0.66% 0.84% -
XYZ 17.81 11.23 64.18 -
YUV 91.06 196.81 121.54 -
System Red Green Blue C M Y K H S L
Decimal 82 72 213 0.62 0.66 0 0.16 244.26 0.63 0.56
Hex 52 48 D5 3E 42 0 10 F4 3F 38
Octal 122 110 325 76 102 0 20 364 77 70
Binary 1010010 1001000 11010101 111110 1000010 0 10000 11110100 111111 111000

Color Harmonies of #5248D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5248D5

Black with #5248D5

Text Example


Text Example

White with #5248D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5248D5; }

 p { color: rgb(82,72,213); }

 H1.HeaderClassName
 {
   color: #5248D5;
 }
 .AnyTagClassName
 {
   color: #5248D5;
 }
</style>

background-color css

<style>
 a { background-color: #5248D5; }

 a { background-color: rgb(82,72,213); }

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

border-color css

<style>
 span { border-color: #5248D5; }

 span { border-color: rgb(82,72,213); }

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