Html Css Color HEX #504C84 Victoria

📋 copy color: '#504C84'

red 80 ◦ green 76 ◦ blue 132

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

Shades of Victoria #504C84

Tints of Victoria #504C84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 45.83%

R = 27.78%
G = 26.39%
B = 45.83%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#504C84 (or 0x504C84) is known color: Victoria. HEX triplet: 50, 4C and 84. RGB value is (80,76,132). Sum of RGB (Red+Green+Blue) = 80+76+132=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 132 - color contains mainly: blue. Hex color #504C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504C84 is #AFB37B. Grayscale: #535353. Windows color (decimal): -11514748 or 8670288. OLE color: 8670288.

HSL color Cylindrical-coordinate representation of color #504C84: hue angle of 244.29º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #504C84 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 76 132 -
CMYK 0.39 0.42 0 0.48
HSL 244.29º 0.27% 0.41% -
HSV(B) 244.29º 0.42% 0.52% -
XYZ 10.06 8.54 22.95 -
YUV 83.58 155.33 125.45 -
System Red Green Blue C M Y K H S L
Decimal 80 76 132 0.39 0.42 0 0.48 244.29 0.27 0.41
Hex 50 4C 84 27 2A 0 30 F4 1B 29
Octal 120 114 204 47 52 0 60 364 33 51
Binary 1010000 1001100 10000100 100111 101010 0 110000 11110100 11011 101001

Color Harmonies of #504C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504C84

Black with #504C84

Text Example


Text Example

White with #504C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504C84; }

 p { color: rgb(80,76,132); }

 H1.HeaderClassName
 {
   color: #504C84;
 }
 .AnyTagClassName
 {
   color: #504C84;
 }
</style>

background-color css

<style>
 a { background-color: #504C84; }

 a { background-color: rgb(80,76,132); }

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

border-color css

<style>
 span { border-color: #504C84; }

 span { border-color: rgb(80,76,132); }

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