#524876

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

Shades of Victoria #524876

Tints of Victoria #524876

Color information

#524876 (or 0x524876) is unknown color: approx Victoria. HEX triplet: 52, 48 and 76. RGB value is (82,72,118). Sum of RGB (Red+Green+Blue) = 82+72+118=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 118 (46.48% from 255 or 43.38% from 272); Max value from RGB is 118 - color contains mainly: blue. Hex color #524876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524876 is #ADB789. Grayscale: #505050. Windows color (decimal): -11384714 or 7751762. OLE color: 7751762.

HSL color Cylindrical-coordinate representation of color #524876: hue angle of 253.04º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #524876 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8272118-
CMYK0.310.3900.54
HSL253.04º24.21%37.25%-
HSV(B)253.04º38.98%46.27%-
XYZ9.077.7418.15-
YUV80.23149.31129.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.15%
GREEN value IS 72 (28.52% from 255) = 26.47%
BLUE value IS 118 (46.48% from 255) = 43.38%
R=30.15%
G=26.47%
B=43.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82721180.310.3900.54253.0424.2137.25
Hex5248761F27036fd1825
Octal12211016637470663753045
Binary1010010100100011101101111110011101101101111110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524876; }

 p { color: rgb(82,72,118); }

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

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

 a { background-color: rgb(82,72,118); }

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

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

 span { border-color: rgb(82,72,118); }

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