#524D84

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

Shades of Victoria #524D84

Tints of Victoria #524D84

Color information

#524D84 (or 0x524D84) is unknown color: approx Victoria. HEX triplet: 52, 4D and 84. RGB value is (82,77,132). Sum of RGB (Red+Green+Blue) = 82+77+132=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 132 - color contains mainly: blue. Hex color #524D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #524D84 is #ADB27B. Grayscale: #545454. Windows color (decimal): -11383420 or 8670546. OLE color: 8670546.

HSL color Cylindrical-coordinate representation of color #524D84: hue angle of 245.45º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #524D84 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8277132-
CMYK0.380.4200.48
HSL245.45º26.32%40.98%-
HSV(B)245.45º41.67%51.76%-
XYZ10.38.7722.98-
YUV84.76154.66126.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.18%
GREEN value IS 77 (30.47% from 255) = 26.46%
BLUE value IS 132 (51.95% from 255) = 45.36%
R=28.18%
G=26.46%
B=45.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82771320.380.4200.48245.4526.3240.98
Hex524D84262A030f51a29
Octal12211520446520603653251
Binary101001010011011000010010011010101001100001111010111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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