Html Css Color HEX #5249DA Slate Blue

📋 copy color: '#5249DA'

red 82 ◦ green 73 ◦ blue 218

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

Shades of Slate Blue #5249DA

Tints of Slate Blue #5249DA

RGB

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

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

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

R = 21.98%
G = 19.57%
B = 58.45%

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

#5249DA (or 0x5249DA) is known color: Slate Blue. HEX triplet: 52, 49 and DA. RGB value is (82,73,218). Sum of RGB (Red+Green+Blue) = 82+73+218=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 218 (85.55% from 255 or 58.45% from 373); Max value from RGB is 218 - color contains mainly: blue. Hex color #5249DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5249DA is #ADB625. Grayscale: #5B5B5B. Windows color (decimal): -11384358 or 14305618. OLE color: 14305618.

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

Color convert

RGB 82 73 218 -
CMYK 0.62 0.67 0 0.15
HSL 243.72º 0.66% 0.57% -
HSV(B) 243.72º 0.67% 0.85% -
XYZ 18.52 11.62 67.6 -
YUV 92.22 198.98 120.71 -
System Red Green Blue C M Y K H S L
Decimal 82 73 218 0.62 0.67 0 0.15 243.72 0.66 0.57
Hex 52 49 DA 3E 43 0 F F4 42 39
Octal 122 111 332 76 103 0 17 364 102 71
Binary 1010010 1001001 11011010 111110 1000011 0 1111 11110100 1000010 111001

Color Harmonies of #5249DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5249DA

Black with #5249DA

Text Example


Text Example

White with #5249DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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