Html Css Color HEX #504E87 Victoria

📋 copy color: '#504E87'

red 80 ◦ green 78 ◦ blue 135

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

Shades of Victoria #504E87

Tints of Victoria #504E87

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.62%

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

R = 27.3%
G = 26.62%
B = 46.08%

CMYK

 C value IS 0.41

 M value IS 0.42

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#504E87 (or 0x504E87) is known color: Victoria. HEX triplet: 50, 4E and 87. RGB value is (80,78,135). Sum of RGB (Red+Green+Blue) = 80+78+135=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 135 (53.12% from 255 or 46.08% from 293); Max value from RGB is 135 - color contains mainly: blue. Hex color #504E87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504E87 is #AFB178. Grayscale: #545454. Windows color (decimal): -11514233 or 8867408. OLE color: 8867408.

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

Color convert

RGB 80 78 135 -
CMYK 0.41 0.42 0 0.47
HSL 242.11º 0.27% 0.42% -
HSV(B) 242.11º 0.42% 0.53% -
XYZ 10.41 8.9 24.09 -
YUV 85.1 156.16 124.37 -
System Red Green Blue C M Y K H S L
Decimal 80 78 135 0.41 0.42 0 0.47 242.11 0.27 0.42
Hex 50 4E 87 29 2A 0 2F F2 1B 2A
Octal 120 116 207 51 52 0 57 362 33 52
Binary 1010000 1001110 10000111 101001 101010 0 101111 11110010 11011 101010

Color Harmonies of #504E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504E87

Black with #504E87

Text Example


Text Example

White with #504E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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