#524E8C

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

Shades of Victoria #524E8C

Tints of Victoria #524E8C

Color information

#524E8C (or 0x524E8C) is unknown color: approx Victoria. HEX triplet: 52, 4E and 8C. RGB value is (82,78,140). Sum of RGB (Red+Green+Blue) = 82+78+140=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 140 (55.08% from 255 or 46.67% from 300); Max value from RGB is 140 - color contains mainly: blue. Hex color #524E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #524E8C is #ADB173. Grayscale: #565656. Windows color (decimal): -11383156 or 9195090. OLE color: 9195090.

HSL color Cylindrical-coordinate representation of color #524E8C: hue angle of 243.87º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #524E8C is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8278140-
CMYK0.410.4400.45
HSL243.87º28.44%42.75%-
HSV(B)243.87º44.29%54.9%-
XYZ10.949.1426-
YUV86.26158.33124.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.33%
GREEN value IS 78 (30.86% from 255) = 26%
BLUE value IS 140 (55.08% from 255) = 46.67%
R=27.33%
G=26%
B=46.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82781400.410.4400.45243.8728.4442.75
Hex524E8C292C02Df41c2b
Octal12211621451540553643453
Binary101001010011101000110010100110110001011011111010011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,78,140); }

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

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

 a { background-color: rgb(82,78,140); }

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

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

 span { border-color: rgb(82,78,140); }

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