#524882

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

Shades of Victoria #524882

Tints of Victoria #524882

Color information

#524882 (or 0x524882) is unknown color: approx Victoria. HEX triplet: 52, 48 and 82. RGB value is (82,72,130). Sum of RGB (Red+Green+Blue) = 82+72+130=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 130 - color contains mainly: blue. Hex color #524882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524882 is #ADB77D. Grayscale: #515151. Windows color (decimal): -11384702 or 8538194. OLE color: 8538194.

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

Color convert

RGB8272130-
CMYK0.370.4500.49
HSL250.34º28.71%39.61%-
HSV(B)250.34º44.62%50.98%-
XYZ9.838.0422.15-
YUV81.6155.31128.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.87%
GREEN value IS 72 (28.52% from 255) = 25.35%
BLUE value IS 130 (51.17% from 255) = 45.77%
R=28.87%
G=25.35%
B=45.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82721300.370.4500.49250.3428.7139.61
Hex524882252D031fa1d28
Octal12211020245550613723550
Binary101001010010001000001010010110110101100011111101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524882; }

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

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

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

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

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

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

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

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