Html Css Color HEX #504585 Victoria

📋 copy color: '#504585'

red 80 ◦ green 69 ◦ blue 133

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

Shades of Victoria #504585

Tints of Victoria #504585

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.47%

 BLUE value IS 133 (52.34% from 255) = 47.16%

R = 28.37%
G = 24.47%
B = 47.16%

CMYK

 C value IS 0.40

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#504585 (or 0x504585) is known color: Victoria. HEX triplet: 50, 45 and 85. RGB value is (80,69,133). Sum of RGB (Red+Green+Blue) = 80+69+133=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #504585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504585 is #AFBA7A. Grayscale: #4F4F4F. Windows color (decimal): -11516539 or 8734032. OLE color: 8734032.

HSL color Cylindrical-coordinate representation of color #504585: hue angle of 250.31º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #504585 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 69 133 -
CMYK 0.40 0.48 0 0.48
HSL 250.31º 0.32% 0.4% -
HSV(B) 250.31º 0.48% 0.52% -
XYZ 9.67 7.66 23.16 -
YUV 79.59 158.14 128.3 -
System Red Green Blue C M Y K H S L
Decimal 80 69 133 0.40 0.48 0 0.48 250.31 0.32 0.4
Hex 50 45 85 28 30 0 30 FA 20 28
Octal 120 105 205 50 60 0 60 372 40 50
Binary 1010000 1000101 10000101 101000 110000 0 110000 11111010 100000 101000

Color Harmonies of #504585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504585

Black with #504585

Text Example


Text Example

White with #504585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504585; }

 p { color: rgb(80,69,133); }

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

background-color css

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

 a { background-color: rgb(80,69,133); }

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

border-color css

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

 span { border-color: rgb(80,69,133); }

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