Html Css Color HEX #524DD8 Slate Blue

📋 copy color: '#524DD8'

red 82 ◦ green 77 ◦ blue 216

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

Shades of Slate Blue #524DD8

Tints of Slate Blue #524DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 57.6%

R = 21.87%
G = 20.53%
B = 57.6%

CMYK

 C value IS 0.62

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#524DD8 (or 0x524DD8) is known color: Slate Blue. HEX triplet: 52, 4D and D8. RGB value is (82,77,216). Sum of RGB (Red+Green+Blue) = 82+77+216=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 77 (30.47% from 255 or 20.53% from 375); Blue value is 216 (84.77% from 255 or 57.6% from 375); Max value from RGB is 216 - color contains mainly: blue. Hex color #524DD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #524DD8 is #ADB227. Grayscale: #5D5D5D. Windows color (decimal): -11383336 or 14175570. OLE color: 14175570.

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

Color convert

RGB 82 77 216 -
CMYK 0.62 0.64 0 0.15
HSL 242.16º 0.64% 0.57% -
HSV(B) 242.16º 0.64% 0.85% -
XYZ 18.53 12.06 66.32 -
YUV 94.34 196.66 119.2 -
System Red Green Blue C M Y K H S L
Decimal 82 77 216 0.62 0.64 0 0.15 242.16 0.64 0.57
Hex 52 4D D8 3E 40 0 F F2 40 39
Octal 122 115 330 76 100 0 17 362 100 71
Binary 1010010 1001101 11011000 111110 1000000 0 1111 11110010 1000000 111001

Color Harmonies of #524DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524DD8

Black with #524DD8

Text Example


Text Example

White with #524DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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