Html Css Color HEX #504582 Victoria

📋 copy color: '#504582'

red 80 ◦ green 69 ◦ blue 130

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

Shades of Victoria #504582

Tints of Victoria #504582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 46.59%

R = 28.67%
G = 24.73%
B = 46.59%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#504582 (or 0x504582) is known color: Victoria. HEX triplet: 50, 45 and 82. RGB value is (80,69,130). Sum of RGB (Red+Green+Blue) = 80+69+130=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #504582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504582 is #AFBA7D. Grayscale: #4F4F4F. Windows color (decimal): -11516542 or 8537424. OLE color: 8537424.

HSL color Cylindrical-coordinate representation of color #504582: hue angle of 250.82º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #504582 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 69 130 -
CMYK 0.38 0.47 0 0.49
HSL 250.82º 0.31% 0.39% -
HSV(B) 250.82º 0.47% 0.51% -
XYZ 9.47 7.57 22.08 -
YUV 79.24 156.64 128.54 -
System Red Green Blue C M Y K H S L
Decimal 80 69 130 0.38 0.47 0 0.49 250.82 0.31 0.39
Hex 50 45 82 26 2F 0 31 FB 1F 27
Octal 120 105 202 46 57 0 61 373 37 47
Binary 1010000 1000101 10000010 100110 101111 0 110001 11111011 11111 100111

Color Harmonies of #504582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504582

Black with #504582

Text Example


Text Example

White with #504582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504582; }

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

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

background-color css

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

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

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

border-color css

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

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

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