#52478B

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

Shades of Victoria #52478B

Tints of Victoria #52478B

Color information

#52478B (or 0x52478B) is unknown color: approx Victoria. HEX triplet: 52, 47 and 8B. RGB value is (82,71,139). Sum of RGB (Red+Green+Blue) = 82+71+139=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 139 - color contains mainly: blue. Hex color #52478B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52478B is #ADB874. Grayscale: #515151. Windows color (decimal): -11384949 or 9127762. OLE color: 9127762.

HSL color Cylindrical-coordinate representation of color #52478B: hue angle of 249.71º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52478B is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8271139-
CMYK0.410.4900.45
HSL249.71º32.38%41.18%-
HSV(B)249.71º48.92%54.51%-
XYZ10.398.1625.45-
YUV82.04160.14127.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.08%
GREEN value IS 71 (28.12% from 255) = 24.32%
BLUE value IS 139 (54.69% from 255) = 47.60%
R=28.08%
G=24.32%
B=47.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82711390.410.4900.45249.7132.3841.18
Hex52478B293102Dfa2029
Octal12210721351610553724051
Binary1010010100011110001011101001110001010110111111010100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52478B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52478B; }

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

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

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

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

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

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

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

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