Html Css Color HEX #5249DC Slate Blue

📋 copy color: '#5249DC'

red 82 ◦ green 73 ◦ blue 220

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

Shades of Slate Blue #5249DC

Tints of Slate Blue #5249DC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.47%

 BLUE value IS 220 (86.33% from 255) = 58.67%

R = 21.87%
G = 19.47%
B = 58.67%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5249DC (or 0x5249DC) is known color: Slate Blue. HEX triplet: 52, 49 and DC. RGB value is (82,73,220). Sum of RGB (Red+Green+Blue) = 82+73+220=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 220 (86.33% from 255 or 58.67% from 375); Max value from RGB is 220 - color contains mainly: blue. Hex color #5249DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5249DC is #ADB623. Grayscale: #5B5B5B. Windows color (decimal): -11384356 or 14436690. OLE color: 14436690.

HSL color Cylindrical-coordinate representation of color #5249DC: hue angle of 243.67º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5249DC is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 73 220 -
CMYK 0.63 0.67 0 0.14
HSL 243.67º 0.68% 0.57% -
HSV(B) 243.67º 0.67% 0.86% -
XYZ 18.78 11.73 68.98 -
YUV 92.45 199.98 120.55 -
System Red Green Blue C M Y K H S L
Decimal 82 73 220 0.63 0.67 0 0.14 243.67 0.68 0.57
Hex 52 49 DC 3F 43 0 E F4 44 39
Octal 122 111 334 77 103 0 16 364 104 71
Binary 1010010 1001001 11011100 111111 1000011 0 1110 11110100 1000100 111001

Color Harmonies of #5249DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5249DC

Black with #5249DC

Text Example


Text Example

White with #5249DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5249DC; }

 p { color: rgb(82,73,220); }

 H1.HeaderClassName
 {
   color: #5249DC;
 }
 .AnyTagClassName
 {
   color: #5249DC;
 }
</style>

background-color css

<style>
 a { background-color: #5249DC; }

 a { background-color: rgb(82,73,220); }

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

border-color css

<style>
 span { border-color: #5249DC; }

 span { border-color: rgb(82,73,220); }

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