Html Css Color HEX #504C87 Victoria

📋 copy color: '#504C87'

red 80 ◦ green 76 ◦ blue 135

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

Shades of Victoria #504C87

Tints of Victoria #504C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 46.39%

R = 27.49%
G = 26.12%
B = 46.39%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#504C87 (or 0x504C87) is known color: Victoria. HEX triplet: 50, 4C and 87. RGB value is (80,76,135). Sum of RGB (Red+Green+Blue) = 80+76+135=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 135 (53.12% from 255 or 46.39% from 291); Max value from RGB is 135 - color contains mainly: blue. Hex color #504C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504C87 is #AFB378. Grayscale: #535353. Windows color (decimal): -11514745 or 8866896. OLE color: 8866896.

HSL color Cylindrical-coordinate representation of color #504C87: hue angle of 244.07º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #504C87 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 76 135 -
CMYK 0.41 0.44 0 0.47
HSL 244.07º 0.28% 0.41% -
HSV(B) 244.07º 0.44% 0.53% -
XYZ 10.27 8.62 24.05 -
YUV 83.92 156.83 125.2 -
System Red Green Blue C M Y K H S L
Decimal 80 76 135 0.41 0.44 0 0.47 244.07 0.28 0.41
Hex 50 4C 87 29 2C 0 2F F4 1C 29
Octal 120 114 207 51 54 0 57 364 34 51
Binary 1010000 1001100 10000111 101001 101100 0 101111 11110100 11100 101001

Color Harmonies of #504C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504C87

Black with #504C87

Text Example


Text Example

White with #504C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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