#52488A

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

Shades of Victoria #52488A

Tints of Victoria #52488A

Color information

#52488A (or 0x52488A) is unknown color: approx Victoria. HEX triplet: 52, 48 and 8A. RGB value is (82,72,138). Sum of RGB (Red+Green+Blue) = 82+72+138=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 138 (54.30% from 255 or 47.26% from 292); Max value from RGB is 138 - color contains mainly: blue. Hex color #52488A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52488A is #ADB775. Grayscale: #525252. Windows color (decimal): -11384694 or 9062482. OLE color: 9062482.

HSL color Cylindrical-coordinate representation of color #52488A: hue angle of 249.09º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52488A is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8272138-
CMYK0.410.4800.46
HSL249.09º31.43%41.18%-
HSV(B)249.09º47.83%54.12%-
XYZ10.388.2625.09-
YUV82.51159.31127.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.08%
GREEN value IS 72 (28.52% from 255) = 24.66%
BLUE value IS 138 (54.30% from 255) = 47.26%
R=28.08%
G=24.66%
B=47.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal82721380.410.4800.46249.0931.4341.18
Hex52488A293002Ef91f29
Octal12211021251600563713751
Binary101001010010001000101010100111000001011101111100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52488A; }

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

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

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

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

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

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

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

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