#524676

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

Shades of Victoria #524676

Tints of Victoria #524676

Color information

#524676 (or 0x524676) is unknown color: approx Victoria. HEX triplet: 52, 46 and 76. RGB value is (82,70,118). Sum of RGB (Red+Green+Blue) = 82+70+118=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 118 - color contains mainly: blue. Hex color #524676 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524676 is #ADB989. Grayscale: #4E4E4E. Windows color (decimal): -11385226 or 7751250. OLE color: 7751250.

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

Color convert

RGB8270118-
CMYK0.310.4100.54
HSL255º25.53%36.86%-
HSV(B)255º40.68%46.27%-
XYZ8.947.4818.11-
YUV79.06149.98130.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.37%
GREEN value IS 70 (27.73% from 255) = 25.93%
BLUE value IS 118 (46.48% from 255) = 43.70%
R=30.37%
G=25.93%
B=43.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82701180.310.4100.5425525.5336.86
Hex5246761F29036ff1a25
Octal12210616637510663773245
Binary1010010100011011101101111110100101101101111111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524676; }

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

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

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

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

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

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

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

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