#524989

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

Shades of Victoria #524989

Tints of Victoria #524989

Color information

#524989 (or 0x524989) is unknown color: approx Victoria. HEX triplet: 52, 49 and 89. RGB value is (82,73,137). Sum of RGB (Red+Green+Blue) = 82+73+137=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 137 (53.91% from 255 or 46.92% from 292); Max value from RGB is 137 - color contains mainly: blue. Hex color #524989 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524989 is #ADB676. Grayscale: #525252. Windows color (decimal): -11384439 or 8997202. OLE color: 8997202.

HSL color Cylindrical-coordinate representation of color #524989: hue angle of 248.44º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #524989 is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8273137-
CMYK0.400.4700.46
HSL248.44º30.48%41.18%-
HSV(B)248.44º46.72%53.73%-
XYZ10.388.3724.73-
YUV82.99158.48127.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.08%
GREEN value IS 73 (28.91% from 255) = 25%
BLUE value IS 137 (53.91% from 255) = 46.92%
R=28.08%
G=25%
B=46.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal82731370.400.4700.46248.4430.4841.18
Hex524989282F02Ef81e29
Octal12211121150570563703651
Binary101001010010011000100110100010111101011101111100011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524989; }

 p { color: rgb(82,73,137); }

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

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

 a { background-color: rgb(82,73,137); }

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

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

 span { border-color: rgb(82,73,137); }

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