Html Css Color HEX #524EDB Slate Blue

📋 copy color: '#524EDB'

red 82 ◦ green 78 ◦ blue 219

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

Shades of Slate Blue #524EDB

Tints of Slate Blue #524EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.78%

R = 21.64%
G = 20.58%
B = 57.78%

CMYK

 C value IS 0.63

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#524EDB (or 0x524EDB) is known color: Slate Blue. HEX triplet: 52, 4E and DB. RGB value is (82,78,219). Sum of RGB (Red+Green+Blue) = 82+78+219=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #524EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #524EDB is #ADB124. Grayscale: #5E5E5E. Windows color (decimal): -11383077 or 14372434. OLE color: 14372434.

HSL color Cylindrical-coordinate representation of color #524EDB: hue angle of 241.7º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #524EDB is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 78 219 -
CMYK 0.63 0.64 0 0.14
HSL 241.7º 0.66% 0.58% -
HSV(B) 241.7º 0.64% 0.86% -
XYZ 18.99 12.36 68.4 -
YUV 95.27 197.83 118.54 -
System Red Green Blue C M Y K H S L
Decimal 82 78 219 0.63 0.64 0 0.14 241.7 0.66 0.58
Hex 52 4E DB 3F 40 0 E F2 42 3A
Octal 122 116 333 77 100 0 16 362 102 72
Binary 1010010 1001110 11011011 111111 1000000 0 1110 11110010 1000010 111010

Color Harmonies of #524EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524EDB

Black with #524EDB

Text Example


Text Example

White with #524EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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