Html Css Color HEX #524BD2 Slate Blue

📋 copy color: '#524BD2'

red 82 ◦ green 75 ◦ blue 210

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

Shades of Slate Blue #524BD2

Tints of Slate Blue #524BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 57.22%

R = 22.34%
G = 20.44%
B = 57.22%

CMYK

 C value IS 0.61

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#524BD2 (or 0x524BD2) is known color: Slate Blue. HEX triplet: 52, 4B and D2. RGB value is (82,75,210). Sum of RGB (Red+Green+Blue) = 82+75+210=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 75 (29.69% from 255 or 20.44% from 367); Blue value is 210 (82.42% from 255 or 57.22% from 367); Max value from RGB is 210 - color contains mainly: blue. Hex color #524BD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524BD2 is #ADB42D. Grayscale: #5B5B5B. Windows color (decimal): -11383854 or 13781842. OLE color: 13781842.

HSL color Cylindrical-coordinate representation of color #524BD2: hue angle of 243.11º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #524BD2 is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 75 210 -
CMYK 0.61 0.64 0 0.18
HSL 243.11º 0.6% 0.56% -
HSV(B) 243.11º 0.64% 0.82% -
XYZ 17.63 11.48 62.26 -
YUV 92.48 194.32 120.52 -
System Red Green Blue C M Y K H S L
Decimal 82 75 210 0.61 0.64 0 0.18 243.11 0.6 0.56
Hex 52 4B D2 3D 40 0 12 F3 3C 38
Octal 122 113 322 75 100 0 22 363 74 70
Binary 1010010 1001011 11010010 111101 1000000 0 10010 11110011 111100 111000

Color Harmonies of #524BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524BD2

Black with #524BD2

Text Example


Text Example

White with #524BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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