Html Css Color HEX #524CDA Slate Blue

📋 copy color: '#524CDA'

red 82 ◦ green 76 ◦ blue 218

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

Shades of Slate Blue #524CDA

Tints of Slate Blue #524CDA

RGB

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

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

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

R = 21.81%
G = 20.21%
B = 57.98%

CMYK

 C value IS 0.62

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#524CDA (or 0x524CDA) is known color: Slate Blue. HEX triplet: 52, 4C and DA. RGB value is (82,76,218). Sum of RGB (Red+Green+Blue) = 82+76+218=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 218 (85.55% from 255 or 57.98% from 376); Max value from RGB is 218 - color contains mainly: blue. Hex color #524CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524CDA is #ADB325. Grayscale: #5D5D5D. Windows color (decimal): -11383590 or 14306386. OLE color: 14306386.

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

Color convert

RGB 82 76 218 -
CMYK 0.62 0.65 0 0.15
HSL 242.54º 0.66% 0.58% -
HSV(B) 242.54º 0.65% 0.85% -
XYZ 18.72 12.02 67.66 -
YUV 93.98 197.99 119.45 -
System Red Green Blue C M Y K H S L
Decimal 82 76 218 0.62 0.65 0 0.15 242.54 0.66 0.58
Hex 52 4C DA 3E 41 0 F F3 42 3A
Octal 122 114 332 76 101 0 17 363 102 72
Binary 1010010 1001100 11011010 111110 1000001 0 1111 11110011 1000010 111010

Color Harmonies of #524CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524CDA

Black with #524CDA

Text Example


Text Example

White with #524CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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