#524891

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

Shades of Victoria #524891

Tints of Victoria #524891

Color information

#524891 (or 0x524891) is unknown color: approx Victoria. HEX triplet: 52, 48 and 91. RGB value is (82,72,145). Sum of RGB (Red+Green+Blue) = 82+72+145=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 145 - color contains mainly: blue. Hex color #524891 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524891 is #ADB76E. Grayscale: #535353. Windows color (decimal): -11384687 or 9521234. OLE color: 9521234.

HSL color Cylindrical-coordinate representation of color #524891: hue angle of 248.22º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #524891 is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8272145-
CMYK0.430.5000.43
HSL248.22º33.64%42.55%-
HSV(B)248.22º50.34%56.86%-
XYZ10.918.4727.85-
YUV83.31162.81127.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.42%
GREEN value IS 72 (28.52% from 255) = 24.08%
BLUE value IS 145 (57.03% from 255) = 48.49%
R=27.42%
G=24.08%
B=48.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82721450.430.5000.43248.2233.6442.55
Hex5248912B3202Bf8222b
Octal12211022153620533704253
Binary1010010100100010010001101011110010010101111111000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524891; }

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

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

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

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

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

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

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

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