#524873

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

Shades of Victoria #524873

Tints of Victoria #524873

Color information

#524873 (or 0x524873) is unknown color: approx Victoria. HEX triplet: 52, 48 and 73. RGB value is (82,72,115). Sum of RGB (Red+Green+Blue) = 82+72+115=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 115 (45.31% from 255 or 42.75% from 269); Max value from RGB is 115 - color contains mainly: blue. Hex color #524873 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524873 is #ADB78C. Grayscale: #4F4F4F. Windows color (decimal): -11384717 or 7555154. OLE color: 7555154.

HSL color Cylindrical-coordinate representation of color #524873: hue angle of 253.95º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #524873 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8272115-
CMYK0.290.3700.55
HSL253.95º22.99%36.67%-
HSV(B)253.95º37.39%45.1%-
XYZ8.897.6717.23-
YUV79.89147.81129.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.48%
GREEN value IS 72 (28.52% from 255) = 26.77%
BLUE value IS 115 (45.31% from 255) = 42.75%
R=30.48%
G=26.77%
B=42.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82721150.290.3700.55253.9522.9936.67
Hex5248731D25037fe1725
Octal12211016335450673762745
Binary1010010100100011100111110110010101101111111111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524873; }

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

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

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

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

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

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

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

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