Html Css Color HEX #503CDA Slate Blue

📋 copy color: '#503CDA'

red 80 ◦ green 60 ◦ blue 218

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

Shades of Slate Blue #503CDA

Tints of Slate Blue #503CDA

RGB

 RED value IS 80 (31.64% from 255) = 22.35%

 GREEN value IS 60 (23.83% from 255) = 16.76%

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

R = 22.35%
G = 16.76%
B = 60.89%

CMYK

 C value IS 0.63

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#503CDA (or 0x503CDA) is known color: Slate Blue. HEX triplet: 50, 3C and DA. RGB value is (80,60,218). Sum of RGB (Red+Green+Blue) = 80+60+218=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 218 (85.55% from 255 or 60.89% from 358); Max value from RGB is 218 - color contains mainly: blue. Hex color #503CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503CDA is #AFC325. Grayscale: #535353. Windows color (decimal): -11518758 or 14302288. OLE color: 14302288.

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

Color convert

RGB 80 60 218 -
CMYK 0.63 0.72 0 0.15
HSL 247.59º 0.68% 0.55% -
HSV(B) 247.59º 0.72% 0.85% -
XYZ 17.58 10 67.33 -
YUV 83.99 203.63 125.15 -
System Red Green Blue C M Y K H S L
Decimal 80 60 218 0.63 0.72 0 0.15 247.59 0.68 0.55
Hex 50 3C DA 3F 48 0 F F8 44 37
Octal 120 74 332 77 110 0 17 370 104 67
Binary 1010000 111100 11011010 111111 1001000 0 1111 11111000 1000100 110111

Color Harmonies of #503CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503CDA

Black with #503CDA

Text Example


Text Example

White with #503CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,60,218); }

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

background-color css

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

 a { background-color: rgb(80,60,218); }

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

border-color css

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

 span { border-color: rgb(80,60,218); }

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