Html Css Color HEX #524DDA Slate Blue

📋 copy color: '#524DDA'

red 82 ◦ green 77 ◦ blue 218

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

Shades of Slate Blue #524DDA

Tints of Slate Blue #524DDA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.42%

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

R = 21.75%
G = 20.42%
B = 57.82%

CMYK

 C value IS 0.62

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#524DDA (or 0x524DDA) is known color: Slate Blue. HEX triplet: 52, 4D and DA. RGB value is (82,77,218). Sum of RGB (Red+Green+Blue) = 82+77+218=377 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.75% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 218 (85.55% from 255 or 57.82% from 377); Max value from RGB is 218 - color contains mainly: blue. Hex color #524DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #524DDA is #ADB225. Grayscale: #5E5E5E. Windows color (decimal): -11383334 or 14306642. OLE color: 14306642.

HSL color Cylindrical-coordinate representation of color #524DDA: hue angle of 242.13º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #524DDA is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 77 218 -
CMYK 0.62 0.65 0 0.15
HSL 242.13º 0.66% 0.58% -
HSV(B) 242.13º 0.65% 0.85% -
XYZ 18.79 12.16 67.69 -
YUV 94.57 197.66 119.04 -
System Red Green Blue C M Y K H S L
Decimal 82 77 218 0.62 0.65 0 0.15 242.13 0.66 0.58
Hex 52 4D DA 3E 41 0 F F2 42 3A
Octal 122 115 332 76 101 0 17 362 102 72
Binary 1010010 1001101 11011010 111110 1000001 0 1111 11110010 1000010 111010

Color Harmonies of #524DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524DDA

Black with #524DDA

Text Example


Text Example

White with #524DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524DDA; }

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

 H1.HeaderClassName
 {
   color: #524DDA;
 }
 .AnyTagClassName
 {
   color: #524DDA;
 }
</style>

background-color css

<style>
 a { background-color: #524DDA; }

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

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

border-color css

<style>
 span { border-color: #524DDA; }

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

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