Html Css Color HEX #524CDB Slate Blue

📋 copy color: '#524CDB'

red 82 ◦ green 76 ◦ blue 219

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

Shades of Slate Blue #524CDB

Tints of Slate Blue #524CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.16%

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

R = 21.75%
G = 20.16%
B = 58.09%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#524CDB (or 0x524CDB) is known color: Slate Blue. HEX triplet: 52, 4C and DB. RGB value is (82,76,219). Sum of RGB (Red+Green+Blue) = 82+76+219=377 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.75% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #524CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524CDB is #ADB324. Grayscale: #5D5D5D. Windows color (decimal): -11383589 or 14371922. OLE color: 14371922.

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

Color convert

RGB 82 76 219 -
CMYK 0.63 0.65 0 0.14
HSL 242.52º 0.67% 0.58% -
HSV(B) 242.52º 0.65% 0.86% -
XYZ 18.85 12.08 68.36 -
YUV 94.1 198.49 119.37 -
System Red Green Blue C M Y K H S L
Decimal 82 76 219 0.63 0.65 0 0.14 242.52 0.67 0.58
Hex 52 4C DB 3F 41 0 E F3 43 3A
Octal 122 114 333 77 101 0 16 363 103 72
Binary 1010010 1001100 11011011 111111 1000001 0 1110 11110011 1000011 111010

Color Harmonies of #524CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524CDB

Black with #524CDB

Text Example


Text Example

White with #524CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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