#52488B

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

Shades of Victoria #52488B

Tints of Victoria #52488B

Color information

#52488B (or 0x52488B) is unknown color: approx Victoria. HEX triplet: 52, 48 and 8B. RGB value is (82,72,139). Sum of RGB (Red+Green+Blue) = 82+72+139=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 139 - color contains mainly: blue. Hex color #52488B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52488B is #ADB774. Grayscale: #525252. Windows color (decimal): -11384693 or 9128018. OLE color: 9128018.

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

Color convert

RGB8272139-
CMYK0.410.4800.45
HSL248.96º31.75%41.37%-
HSV(B)248.96º48.2%54.51%-
XYZ10.468.2925.48-
YUV82.63159.81127.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.99%
GREEN value IS 72 (28.52% from 255) = 24.57%
BLUE value IS 139 (54.69% from 255) = 47.44%
R=27.99%
G=24.57%
B=47.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82721390.410.4800.45248.9631.7541.37
Hex52488B293002Df92029
Octal12211021351600553714051
Binary1010010100100010001011101001110000010110111111001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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