Html Css Color HEX #524ADD Slate Blue

📋 copy color: '#524ADD'

red 82 ◦ green 74 ◦ blue 221

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

Shades of Slate Blue #524ADD

Tints of Slate Blue #524ADD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.63%

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

R = 21.75%
G = 19.63%
B = 58.62%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#524ADD (or 0x524ADD) is known color: Slate Blue. HEX triplet: 52, 4A and DD. RGB value is (82,74,221). Sum of RGB (Red+Green+Blue) = 82+74+221=377 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.75% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #524ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524ADD is #ADB522. Grayscale: #5C5C5C. Windows color (decimal): -11384099 or 14502482. OLE color: 14502482.

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

Color convert

RGB 82 74 221 -
CMYK 0.63 0.67 0 0.13
HSL 243.27º 0.68% 0.58% -
HSV(B) 243.27º 0.67% 0.87% -
XYZ 18.98 11.91 69.71 -
YUV 93.15 200.15 120.05 -
System Red Green Blue C M Y K H S L
Decimal 82 74 221 0.63 0.67 0 0.13 243.27 0.68 0.58
Hex 52 4A DD 3F 43 0 D F3 44 3A
Octal 122 112 335 77 103 0 15 363 104 72
Binary 1010010 1001010 11011101 111111 1000011 0 1101 11110011 1000100 111010

Color Harmonies of #524ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524ADD

Black with #524ADD

Text Example


Text Example

White with #524ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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