Html Css Color HEX #504689 Victoria

📋 copy color: '#504689'

red 80 ◦ green 70 ◦ blue 137

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

Shades of Victoria #504689

Tints of Victoria #504689

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.39%

 BLUE value IS 137 (53.91% from 255) = 47.74%

R = 27.87%
G = 24.39%
B = 47.74%

CMYK

 C value IS 0.42

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#504689 (or 0x504689) is known color: Victoria. HEX triplet: 50, 46 and 89. RGB value is (80,70,137). Sum of RGB (Red+Green+Blue) = 80+70+137=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 137 - color contains mainly: blue. Hex color #504689 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504689 is #AFB976. Grayscale: #505050. Windows color (decimal): -11516279 or 8996432. OLE color: 8996432.

HSL color Cylindrical-coordinate representation of color #504689: hue angle of 248.96º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #504689 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 70 137 -
CMYK 0.42 0.49 0 0.46
HSL 248.96º 0.32% 0.41% -
HSV(B) 248.96º 0.49% 0.54% -
XYZ 10.01 7.89 24.66 -
YUV 80.63 159.81 127.55 -
System Red Green Blue C M Y K H S L
Decimal 80 70 137 0.42 0.49 0 0.46 248.96 0.32 0.41
Hex 50 46 89 2A 31 0 2E F9 20 29
Octal 120 106 211 52 61 0 56 371 40 51
Binary 1010000 1000110 10001001 101010 110001 0 101110 11111001 100000 101001

Color Harmonies of #504689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504689

Black with #504689

Text Example


Text Example

White with #504689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504689; }

 p { color: rgb(80,70,137); }

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

background-color css

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

 a { background-color: rgb(80,70,137); }

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

border-color css

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

 span { border-color: rgb(80,70,137); }

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