#524977

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

Shades of Victoria #524977

Tints of Victoria #524977

Color information

#524977 (or 0x524977) is unknown color: approx Victoria. HEX triplet: 52, 49 and 77. RGB value is (82,73,119). Sum of RGB (Red+Green+Blue) = 82+73+119=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 119 (46.88% from 255 or 43.43% from 274); Max value from RGB is 119 - color contains mainly: blue. Hex color #524977 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524977 is #ADB688. Grayscale: #505050. Windows color (decimal): -11384457 or 7817554. OLE color: 7817554.

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

Color convert

RGB8273119-
CMYK0.310.3900.53
HSL251.74º23.96%37.65%-
HSV(B)251.74º38.66%46.67%-
XYZ9.197.8918.49-
YUV80.94149.48128.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.93%
GREEN value IS 73 (28.91% from 255) = 26.64%
BLUE value IS 119 (46.88% from 255) = 43.43%
R=29.93%
G=26.64%
B=43.43%

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
Decimal82731190.310.3900.53251.7423.9637.65
Hex5249771F27035fc1826
Octal12211116737470653743046
Binary1010010100100111101111111110011101101011111110011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524977; }

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

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

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

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

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

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

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

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