Html Css Color HEX #524EDD Slate Blue

📋 copy color: '#524EDD'

red 82 ◦ green 78 ◦ blue 221

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

Shades of Slate Blue #524EDD

Tints of Slate Blue #524EDD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.47%

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

R = 21.52%
G = 20.47%
B = 58.01%

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

#524EDD (or 0x524EDD) is known color: Slate Blue. HEX triplet: 52, 4E and DD. RGB value is (82,78,221). Sum of RGB (Red+Green+Blue) = 82+78+221=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #524EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #524EDD is #ADB122. Grayscale: #5E5E5E. Windows color (decimal): -11383075 or 14503506. OLE color: 14503506.

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

Color convert

RGB 82 78 221 -
CMYK 0.63 0.65 0 0.13
HSL 241.68º 0.68% 0.59% -
HSV(B) 241.68º 0.65% 0.87% -
XYZ 19.26 12.46 69.8 -
YUV 95.5 198.83 118.37 -
System Red Green Blue C M Y K H S L
Decimal 82 78 221 0.63 0.65 0 0.13 241.68 0.68 0.59
Hex 52 4E DD 3F 41 0 D F2 44 3B
Octal 122 116 335 77 101 0 15 362 104 73
Binary 1010010 1001110 11011101 111111 1000001 0 1101 11110010 1000100 111011

Color Harmonies of #524EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524EDD

Black with #524EDD

Text Example


Text Example

White with #524EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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