#524874

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

Shades of Victoria #524874

Tints of Victoria #524874

Color information

#524874 (or 0x524874) is unknown color: approx Victoria. HEX triplet: 52, 48 and 74. RGB value is (82,72,116). Sum of RGB (Red+Green+Blue) = 82+72+116=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 116 (45.70% from 255 or 42.96% from 270); Max value from RGB is 116 - color contains mainly: blue. Hex color #524874 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524874 is #ADB78B. Grayscale: #4F4F4F. Windows color (decimal): -11384716 or 7620690. OLE color: 7620690.

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

Color convert

RGB8272116-
CMYK0.290.3800.55
HSL253.64º23.4%36.86%-
HSV(B)253.64º37.93%45.49%-
XYZ8.957.6917.54-
YUV80.01148.31129.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.37%
GREEN value IS 72 (28.52% from 255) = 26.67%
BLUE value IS 116 (45.70% from 255) = 42.96%
R=30.37%
G=26.67%
B=42.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82721160.290.3800.55253.6423.436.86
Hex5248741D26037fe1725
Octal12211016435460673762745
Binary1010010100100011101001110110011001101111111111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524874; }

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

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

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

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

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

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

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

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