Html Css Color HEX #523EDC Slate Blue

📋 copy color: '#523EDC'

red 82 ◦ green 62 ◦ blue 220

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

Shades of Slate Blue #523EDC

Tints of Slate Blue #523EDC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.03%

 BLUE value IS 220 (86.33% from 255) = 60.44%

R = 22.53%
G = 17.03%
B = 60.44%

CMYK

 C value IS 0.63

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#523EDC (or 0x523EDC) is known color: Slate Blue. HEX triplet: 52, 3E and DC. RGB value is (82,62,220). Sum of RGB (Red+Green+Blue) = 82+62+220=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 62 (24.61% from 255 or 17.03% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #523EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523EDC is #ADC123. Grayscale: #555555. Windows color (decimal): -11387172 or 14433874. OLE color: 14433874.

HSL color Cylindrical-coordinate representation of color #523EDC: hue angle of 247.59º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #523EDC is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 62 220 -
CMYK 0.63 0.72 0 0.14
HSL 247.59º 0.69% 0.55% -
HSV(B) 247.59º 0.72% 0.86% -
XYZ 18.12 10.41 68.76 -
YUV 85.99 203.63 125.15 -
System Red Green Blue C M Y K H S L
Decimal 82 62 220 0.63 0.72 0 0.14 247.59 0.69 0.55
Hex 52 3E DC 3F 48 0 E F8 45 37
Octal 122 76 334 77 110 0 16 370 105 67
Binary 1010010 111110 11011100 111111 1001000 0 1110 11111000 1000101 110111

Color Harmonies of #523EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523EDC

Black with #523EDC

Text Example


Text Example

White with #523EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523EDC; }

 p { color: rgb(82,62,220); }

 H1.HeaderClassName
 {
   color: #523EDC;
 }
 .AnyTagClassName
 {
   color: #523EDC;
 }
</style>

background-color css

<style>
 a { background-color: #523EDC; }

 a { background-color: rgb(82,62,220); }

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

border-color css

<style>
 span { border-color: #523EDC; }

 span { border-color: rgb(82,62,220); }

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