#524D7E

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

Shades of Victoria #524D7E

Tints of Victoria #524D7E

Color information

#524D7E (or 0x524D7E) is unknown color: approx Victoria. HEX triplet: 52, 4D and 7E. RGB value is (82,77,126). Sum of RGB (Red+Green+Blue) = 82+77+126=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 126 (49.61% from 255 or 44.21% from 285); Max value from RGB is 126 - color contains mainly: blue. Hex color #524D7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524D7E is #ADB281. Grayscale: #535353. Windows color (decimal): -11383426 or 8277330. OLE color: 8277330.

HSL color Cylindrical-coordinate representation of color #524D7E: hue angle of 246.12º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #524D7E is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8277126-
CMYK0.350.3900.51
HSL246.12º24.14%39.8%-
HSV(B)246.12º38.89%49.41%-
XYZ9.98.6120.88-
YUV84.08151.66126.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.77%
GREEN value IS 77 (30.47% from 255) = 27.02%
BLUE value IS 126 (49.61% from 255) = 44.21%
R=28.77%
G=27.02%
B=44.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal82771260.350.3900.51246.1224.1439.8
Hex524D7E2327033f61828
Octal12211517643470633663050
Binary10100101001101111111010001110011101100111111011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524D7E; }

 p { color: rgb(82,77,126); }

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

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

 a { background-color: rgb(82,77,126); }

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

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

 span { border-color: rgb(82,77,126); }

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