Html Css Color HEX #5248DA Slate Blue

📋 copy color: '#5248DA'

red 82 ◦ green 72 ◦ blue 218

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

Shades of Slate Blue #5248DA

Tints of Slate Blue #5248DA

RGB

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

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

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

R = 22.04%
G = 19.35%
B = 58.6%

CMYK

 C value IS 0.62

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5248DA (or 0x5248DA) is known color: Slate Blue. HEX triplet: 52, 48 and DA. RGB value is (82,72,218). Sum of RGB (Red+Green+Blue) = 82+72+218=372 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.04% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 218 (85.55% from 255 or 58.60% from 372); Max value from RGB is 218 - color contains mainly: blue. Hex color #5248DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5248DA is #ADB725. Grayscale: #5B5B5B. Windows color (decimal): -11384614 or 14305362. OLE color: 14305362.

HSL color Cylindrical-coordinate representation of color #5248DA: hue angle of 244.11º 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 #5248DA is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 72 218 -
CMYK 0.62 0.67 0 0.15
HSL 244.11º 0.66% 0.57% -
HSV(B) 244.11º 0.67% 0.85% -
XYZ 18.45 11.49 67.58 -
YUV 91.63 199.31 121.13 -
System Red Green Blue C M Y K H S L
Decimal 82 72 218 0.62 0.67 0 0.15 244.11 0.66 0.57
Hex 52 48 DA 3E 43 0 F F4 42 39
Octal 122 110 332 76 103 0 17 364 102 71
Binary 1010010 1001000 11011010 111110 1000011 0 1111 11110100 1000010 111001

Color Harmonies of #5248DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5248DA

Black with #5248DA

Text Example


Text Example

White with #5248DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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