Html Css Color HEX #504C85 Victoria

📋 copy color: '#504C85'

red 80 ◦ green 76 ◦ blue 133

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

Shades of Victoria #504C85

Tints of Victoria #504C85

RGB

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

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

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

R = 27.68%
G = 26.3%
B = 46.02%

CMYK

 C value IS 0.40

 M value IS 0.43

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#504C85 (or 0x504C85) is known color: Victoria. HEX triplet: 50, 4C and 85. RGB value is (80,76,133). Sum of RGB (Red+Green+Blue) = 80+76+133=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #504C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504C85 is #AFB37A. Grayscale: #535353. Windows color (decimal): -11514747 or 8735824. OLE color: 8735824.

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

Color convert

RGB 80 76 133 -
CMYK 0.40 0.43 0 0.48
HSL 244.21º 0.27% 0.41% -
HSV(B) 244.21º 0.43% 0.52% -
XYZ 10.13 8.57 23.31 -
YUV 83.69 155.83 125.37 -
System Red Green Blue C M Y K H S L
Decimal 80 76 133 0.40 0.43 0 0.48 244.21 0.27 0.41
Hex 50 4C 85 28 2B 0 30 F4 1B 29
Octal 120 114 205 50 53 0 60 364 33 51
Binary 1010000 1001100 10000101 101000 101011 0 110000 11110100 11011 101001

Color Harmonies of #504C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504C85

Black with #504C85

Text Example


Text Example

White with #504C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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