#504B7E

Color #504B7E Victoria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Victoria #504B7E

Tints of Victoria #504B7E

Color information

#504B7E (or 0x504B7E) is unknown color: approx Victoria. HEX triplet: 50, 4B and 7E. RGB value is (80,75,126). Sum of RGB (Red+Green+Blue) = 80+75+126=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 126 (49.61% from 255 or 44.84% from 281); Max value from RGB is 126 - color contains mainly: blue. Hex color #504B7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504B7E is #AFB481. Grayscale: #525252. Windows color (decimal): -11515010 or 8276816. OLE color: 8276816.

HSL color Cylindrical-coordinate representation of color #504B7E: hue angle of 245.88º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #504B7E is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8075126-
CMYK0.370.4000.51
HSL245.88º25.37%39.41%-
HSV(B)245.88º40.48%49.41%-
XYZ9.598.2420.82-
YUV82.31152.66126.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.47%
GREEN value IS 75 (29.69% from 255) = 26.69%
BLUE value IS 126 (49.61% from 255) = 44.84%
R=28.47%
G=26.69%
B=44.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80751260.370.4000.51245.8825.3739.41
Hex504B7E2528033f61927
Octal12011317645500633663147
Binary10100001001011111111010010110100001100111111011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,75,126); }

 H1.HeaderClassName
 {
   color: #504B7E;
 }
 .AnyTagClassName
 {
   color: #504B7E;
 }
</style>
background-color css

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

 a { background-color: rgb(80,75,126); }

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

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

 span { border-color: rgb(80,75,126); }

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