Html Css Color HEX #524EDA Slate Blue

📋 copy color: '#524EDA'

red 82 ◦ green 78 ◦ blue 218

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

Shades of Slate Blue #524EDA

Tints of Slate Blue #524EDA

RGB

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

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

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

R = 21.69%
G = 20.63%
B = 57.67%

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

#524EDA (or 0x524EDA) is known color: Slate Blue. HEX triplet: 52, 4E and DA. RGB value is (82,78,218). Sum of RGB (Red+Green+Blue) = 82+78+218=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #524EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #524EDA is #ADB125. Grayscale: #5E5E5E. Windows color (decimal): -11383078 or 14306898. OLE color: 14306898.

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

Color convert

RGB 82 78 218 -
CMYK 0.62 0.64 0 0.15
HSL 241.71º 0.65% 0.58% -
HSV(B) 241.71º 0.64% 0.85% -
XYZ 18.86 12.3 67.71 -
YUV 95.16 197.33 118.62 -
System Red Green Blue C M Y K H S L
Decimal 82 78 218 0.62 0.64 0 0.15 241.71 0.65 0.58
Hex 52 4E DA 3E 40 0 F F2 41 3A
Octal 122 116 332 76 100 0 17 362 101 72
Binary 1010010 1001110 11011010 111110 1000000 0 1111 11110010 1000001 111010

Color Harmonies of #524EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524EDA

Black with #524EDA

Text Example


Text Example

White with #524EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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