Html Css Color HEX #504C88 Victoria

📋 copy color: '#504C88'

red 80 ◦ green 76 ◦ blue 136

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

Shades of Victoria #504C88

Tints of Victoria #504C88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 46.58%

R = 27.4%
G = 26.03%
B = 46.58%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#504C88 (or 0x504C88) is known color: Victoria. HEX triplet: 50, 4C and 88. RGB value is (80,76,136). Sum of RGB (Red+Green+Blue) = 80+76+136=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 136 (53.52% from 255 or 46.58% from 292); Max value from RGB is 136 - color contains mainly: blue. Hex color #504C88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504C88 is #AFB377. Grayscale: #535353. Windows color (decimal): -11514744 or 8932432. OLE color: 8932432.

HSL color Cylindrical-coordinate representation of color #504C88: hue angle of 244º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #504C88 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 76 136 -
CMYK 0.41 0.44 0 0.47
HSL 244º 0.28% 0.42% -
HSV(B) 244º 0.44% 0.53% -
XYZ 10.34 8.65 24.42 -
YUV 84.04 157.33 125.12 -
System Red Green Blue C M Y K H S L
Decimal 80 76 136 0.41 0.44 0 0.47 244 0.28 0.42
Hex 50 4C 88 29 2C 0 2F F4 1C 2A
Octal 120 114 210 51 54 0 57 364 34 52
Binary 1010000 1001100 10001000 101001 101100 0 101111 11110100 11100 101010

Color Harmonies of #504C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504C88

Black with #504C88

Text Example


Text Example

White with #504C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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