#524877

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

Shades of Victoria #524877

Tints of Victoria #524877

Color information

#524877 (or 0x524877) is unknown color: approx Victoria. HEX triplet: 52, 48 and 77. RGB value is (82,72,119). Sum of RGB (Red+Green+Blue) = 82+72+119=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 119 - color contains mainly: blue. Hex color #524877 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524877 is #ADB788. Grayscale: #505050. Windows color (decimal): -11384713 or 7817298. OLE color: 7817298.

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

Color convert

RGB8272119-
CMYK0.310.3900.53
HSL252.77º24.61%37.45%-
HSV(B)252.77º39.5%46.67%-
XYZ9.137.7618.47-
YUV80.35149.81129.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.04%
GREEN value IS 72 (28.52% from 255) = 26.37%
BLUE value IS 119 (46.88% from 255) = 43.59%
R=30.04%
G=26.37%
B=43.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82721190.310.3900.53252.7724.6137.45
Hex5248771F27035fd1925
Octal12211016737470653753145
Binary1010010100100011101111111110011101101011111110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524877; }

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

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

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

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

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

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

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

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