#524D7A

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

Shades of Victoria #524D7A

Tints of Victoria #524D7A

Color information

#524D7A (or 0x524D7A) is unknown color: approx Victoria. HEX triplet: 52, 4D and 7A. RGB value is (82,77,122). Sum of RGB (Red+Green+Blue) = 82+77+122=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 122 - color contains mainly: blue. Hex color #524D7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524D7A is #ADB285. Grayscale: #535353. Windows color (decimal): -11383430 or 8015186. OLE color: 8015186.

HSL color Cylindrical-coordinate representation of color #524D7A: hue angle of 246.67º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #524D7A is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8277122-
CMYK0.330.3700.52
HSL246.67º22.61%39.02%-
HSV(B)246.67º36.89%47.84%-
XYZ9.658.5119.55-
YUV83.62149.66126.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.18%
GREEN value IS 77 (30.47% from 255) = 27.40%
BLUE value IS 122 (48.05% from 255) = 43.42%
R=29.18%
G=27.40%
B=43.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal82771220.330.3700.52246.6722.6139.02
Hex524D7A2125034f71727
Octal12211517241450643672747
Binary10100101001101111101010000110010101101001111011110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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