Html Css Color HEX #504C8E Victoria

📋 copy color: '#504C8E'

red 80 ◦ green 76 ◦ blue 142

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

Shades of Victoria #504C8E

Tints of Victoria #504C8E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.5%

 BLUE value IS 142 (55.86% from 255) = 47.65%

R = 26.85%
G = 25.5%
B = 47.65%

CMYK

 C value IS 0.44

 M value IS 0.46

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#504C8E (or 0x504C8E) is known color: Victoria. HEX triplet: 50, 4C and 8E. RGB value is (80,76,142). Sum of RGB (Red+Green+Blue) = 80+76+142=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 142 - color contains mainly: blue. Hex color #504C8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504C8E is #AFB371. Grayscale: #545454. Windows color (decimal): -11514738 or 9325648. OLE color: 9325648.

HSL color Cylindrical-coordinate representation of color #504C8E: hue angle of 243.64º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #504C8E is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 76 142 -
CMYK 0.44 0.46 0 0.44
HSL 243.64º 0.3% 0.43% -
HSV(B) 243.64º 0.46% 0.56% -
XYZ 10.78 8.83 26.73 -
YUV 84.72 160.33 124.63 -
System Red Green Blue C M Y K H S L
Decimal 80 76 142 0.44 0.46 0 0.44 243.64 0.3 0.43
Hex 50 4C 8E 2C 2E 0 2C F4 1E 2B
Octal 120 114 216 54 56 0 54 364 36 53
Binary 1010000 1001100 10001110 101100 101110 0 101100 11110100 11110 101011

Color Harmonies of #504C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504C8E

Black with #504C8E

Text Example


Text Example

White with #504C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504C8E; }

 p { color: rgb(80,76,142); }

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

background-color css

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

 a { background-color: rgb(80,76,142); }

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

border-color css

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

 span { border-color: rgb(80,76,142); }

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