#524785

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

Shades of Victoria #524785

Tints of Victoria #524785

Color information

#524785 (or 0x524785) is unknown color: approx Victoria. HEX triplet: 52, 47 and 85. RGB value is (82,71,133). Sum of RGB (Red+Green+Blue) = 82+71+133=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 133 - color contains mainly: blue. Hex color #524785 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524785 is #ADB87A. Grayscale: #515151. Windows color (decimal): -11384955 or 8734546. OLE color: 8734546.

HSL color Cylindrical-coordinate representation of color #524785: hue angle of 250.65º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #524785 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8271133-
CMYK0.380.4700.48
HSL250.65º30.39%40%-
HSV(B)250.65º46.62%52.16%-
XYZ9.977.9923.21-
YUV81.36157.14128.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.67%
GREEN value IS 71 (28.12% from 255) = 24.83%
BLUE value IS 133 (52.34% from 255) = 46.50%
R=28.67%
G=24.83%
B=46.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82711330.380.4700.48250.6530.3940
Hex524785262F030fb1e28
Octal12210720546570603733650
Binary101001010001111000010110011010111101100001111101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524785; }

 p { color: rgb(82,71,133); }

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

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

 a { background-color: rgb(82,71,133); }

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

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

 span { border-color: rgb(82,71,133); }

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