Html Css Color HEX #524DDD Slate Blue

📋 copy color: '#524DDD'

red 82 ◦ green 77 ◦ blue 221

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

Shades of Slate Blue #524DDD

Tints of Slate Blue #524DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.16%

R = 21.58%
G = 20.26%
B = 58.16%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#524DDD (or 0x524DDD) is known color: Slate Blue. HEX triplet: 52, 4D and DD. RGB value is (82,77,221). Sum of RGB (Red+Green+Blue) = 82+77+221=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #524DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #524DDD is #ADB222. Grayscale: #5E5E5E. Windows color (decimal): -11383331 or 14503250. OLE color: 14503250.

HSL color Cylindrical-coordinate representation of color #524DDD: hue angle of 242.08º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #524DDD is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 77 221 -
CMYK 0.63 0.65 0 0.13
HSL 242.08º 0.68% 0.58% -
HSV(B) 242.08º 0.65% 0.87% -
XYZ 19.18 12.32 69.77 -
YUV 94.91 199.16 118.79 -
System Red Green Blue C M Y K H S L
Decimal 82 77 221 0.63 0.65 0 0.13 242.08 0.68 0.58
Hex 52 4D DD 3F 41 0 D F2 44 3A
Octal 122 115 335 77 101 0 15 362 104 72
Binary 1010010 1001101 11011101 111111 1000001 0 1101 11110010 1000100 111010

Color Harmonies of #524DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524DDD

Black with #524DDD

Text Example


Text Example

White with #524DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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