#524987

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

Shades of Victoria #524987

Tints of Victoria #524987

Color information

#524987 (or 0x524987) is unknown color: approx Victoria. HEX triplet: 52, 49 and 87. RGB value is (82,73,135). Sum of RGB (Red+Green+Blue) = 82+73+135=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 135 (53.12% from 255 or 46.55% from 290); Max value from RGB is 135 - color contains mainly: blue. Hex color #524987 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524987 is #ADB678. Grayscale: #525252. Windows color (decimal): -11384441 or 8866130. OLE color: 8866130.

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

Color convert

RGB8273135-
CMYK0.390.4600.47
HSL248.71º29.81%40.78%-
HSV(B)248.71º45.93%52.94%-
XYZ10.248.3123.99-
YUV82.76157.48127.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.28%
GREEN value IS 73 (28.91% from 255) = 25.17%
BLUE value IS 135 (53.12% from 255) = 46.55%
R=28.28%
G=25.17%
B=46.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82731350.390.4600.47248.7129.8140.78
Hex524987272E02Ff91e29
Octal12211120747560573713651
Binary101001010010011000011110011110111001011111111100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524987; }

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

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

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

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

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

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

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

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