Html Css Color HEX #504885 Victoria

📋 copy color: '#504885'

red 80 ◦ green 72 ◦ blue 133

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

Shades of Victoria #504885

Tints of Victoria #504885

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.26%

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

R = 28.07%
G = 25.26%
B = 46.67%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#504885 (or 0x504885) is known color: Victoria. HEX triplet: 50, 48 and 85. RGB value is (80,72,133). Sum of RGB (Red+Green+Blue) = 80+72+133=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #504885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504885 is #AFB77A. Grayscale: #515151. Windows color (decimal): -11515771 or 8734800. OLE color: 8734800.

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

Color convert

RGB 80 72 133 -
CMYK 0.40 0.46 0 0.48
HSL 247.87º 0.3% 0.4% -
HSV(B) 247.87º 0.46% 0.52% -
XYZ 9.86 8.03 23.22 -
YUV 81.35 157.15 127.04 -
System Red Green Blue C M Y K H S L
Decimal 80 72 133 0.40 0.46 0 0.48 247.87 0.3 0.4
Hex 50 48 85 28 2E 0 30 F8 1E 28
Octal 120 110 205 50 56 0 60 370 36 50
Binary 1010000 1001000 10000101 101000 101110 0 110000 11111000 11110 101000

Color Harmonies of #504885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504885

Black with #504885

Text Example


Text Example

White with #504885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504885; }

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

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

background-color css

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

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

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

border-color css

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

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

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