Html Css Color HEX #524BDA Slate Blue

📋 copy color: '#524BDA'

red 82 ◦ green 75 ◦ blue 218

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

Shades of Slate Blue #524BDA

Tints of Slate Blue #524BDA

RGB

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

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

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

R = 21.87%
G = 20%
B = 58.13%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#524BDA (or 0x524BDA) is known color: Slate Blue. HEX triplet: 52, 4B and DA. RGB value is (82,75,218). Sum of RGB (Red+Green+Blue) = 82+75+218=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 218 (85.55% from 255 or 58.13% from 375); Max value from RGB is 218 - color contains mainly: blue. Hex color #524BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524BDA is #ADB425. Grayscale: #5C5C5C. Windows color (decimal): -11383846 or 14306130. OLE color: 14306130.

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

Color convert

RGB 82 75 218 -
CMYK 0.62 0.66 0 0.15
HSL 242.94º 0.66% 0.57% -
HSV(B) 242.94º 0.66% 0.85% -
XYZ 18.65 11.89 67.64 -
YUV 93.4 198.32 119.87 -
System Red Green Blue C M Y K H S L
Decimal 82 75 218 0.62 0.66 0 0.15 242.94 0.66 0.57
Hex 52 4B DA 3E 42 0 F F3 42 39
Octal 122 113 332 76 102 0 17 363 102 71
Binary 1010010 1001011 11011010 111110 1000010 0 1111 11110011 1000010 111001

Color Harmonies of #524BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524BDA

Black with #524BDA

Text Example


Text Example

White with #524BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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