#524775

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

Shades of Victoria #524775

Tints of Victoria #524775

Color information

#524775 (or 0x524775) is unknown color: approx Victoria. HEX triplet: 52, 47 and 75. RGB value is (82,71,117). Sum of RGB (Red+Green+Blue) = 82+71+117=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 117 - color contains mainly: blue. Hex color #524775 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524775 is #ADB88A. Grayscale: #4F4F4F. Windows color (decimal): -11384971 or 7685970. OLE color: 7685970.

HSL color Cylindrical-coordinate representation of color #524775: hue angle of 254.35º 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 #524775 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8271117-
CMYK0.300.3900.54
HSL254.35º24.47%36.86%-
HSV(B)254.35º39.32%45.88%-
XYZ8.947.5817.82-
YUV79.53149.14129.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.37%
GREEN value IS 71 (28.12% from 255) = 26.30%
BLUE value IS 117 (46.09% from 255) = 43.33%
R=30.37%
G=26.30%
B=43.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82711170.300.3900.54254.3524.4736.86
Hex5247751E27036fe1825
Octal12210716536470663763045
Binary1010010100011111101011111010011101101101111111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524775; }

 p { color: rgb(82,71,117); }

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

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

 a { background-color: rgb(82,71,117); }

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

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

 span { border-color: rgb(82,71,117); }

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