Html Css Color HEX #504987 Victoria

📋 copy color: '#504987'

red 80 ◦ green 73 ◦ blue 135

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

Shades of Victoria #504987

Tints of Victoria #504987

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.35%

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

R = 27.78%
G = 25.35%
B = 46.88%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#504987 (or 0x504987) is known color: Victoria. HEX triplet: 50, 49 and 87. RGB value is (80,73,135). Sum of RGB (Red+Green+Blue) = 80+73+135=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 135 (53.12% from 255 or 46.88% from 288); Max value from RGB is 135 - color contains mainly: blue. Hex color #504987 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504987 is #AFB678. Grayscale: #515151. Windows color (decimal): -11515513 or 8866128. OLE color: 8866128.

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

Color convert

RGB 80 73 135 -
CMYK 0.41 0.46 0 0.47
HSL 246.77º 0.3% 0.41% -
HSV(B) 246.77º 0.46% 0.53% -
XYZ 10.06 8.22 23.98 -
YUV 82.16 157.82 126.46 -
System Red Green Blue C M Y K H S L
Decimal 80 73 135 0.41 0.46 0 0.47 246.77 0.3 0.41
Hex 50 49 87 29 2E 0 2F F7 1E 29
Octal 120 111 207 51 56 0 57 367 36 51
Binary 1010000 1001001 10000111 101001 101110 0 101111 11110111 11110 101001

Color Harmonies of #504987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504987

Black with #504987

Text Example


Text Example

White with #504987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504987; }

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

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

background-color css

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

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

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

border-color css

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

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

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