Html Css Color HEX #524BDB Slate Blue

📋 copy color: '#524BDB'

red 82 ◦ green 75 ◦ blue 219

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

Shades of Slate Blue #524BDB

Tints of Slate Blue #524BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.95%

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

R = 21.81%
G = 19.95%
B = 58.24%

CMYK

 C value IS 0.63

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#524BDB (or 0x524BDB) is known color: Slate Blue. HEX triplet: 52, 4B and DB. RGB value is (82,75,219). Sum of RGB (Red+Green+Blue) = 82+75+219=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #524BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524BDB is #ADB424. Grayscale: #5C5C5C. Windows color (decimal): -11383845 or 14371666. OLE color: 14371666.

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

Color convert

RGB 82 75 219 -
CMYK 0.63 0.66 0 0.14
HSL 242.92º 0.67% 0.58% -
HSV(B) 242.92º 0.66% 0.86% -
XYZ 18.78 11.94 68.33 -
YUV 93.51 198.82 119.79 -
System Red Green Blue C M Y K H S L
Decimal 82 75 219 0.63 0.66 0 0.14 242.92 0.67 0.58
Hex 52 4B DB 3F 42 0 E F3 43 3A
Octal 122 113 333 77 102 0 16 363 103 72
Binary 1010010 1001011 11011011 111111 1000010 0 1110 11110011 1000011 111010

Color Harmonies of #524BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524BDB

Black with #524BDB

Text Example


Text Example

White with #524BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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