#52488C

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

Shades of Victoria #52488C

Tints of Victoria #52488C

Color information

#52488C (or 0x52488C) is unknown color: approx Victoria. HEX triplet: 52, 48 and 8C. RGB value is (82,72,140). Sum of RGB (Red+Green+Blue) = 82+72+140=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 140 (55.08% from 255 or 47.62% from 294); Max value from RGB is 140 - color contains mainly: blue. Hex color #52488C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52488C is #ADB773. Grayscale: #525252. Windows color (decimal): -11384692 or 9193554. OLE color: 9193554.

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

Color convert

RGB8272140-
CMYK0.410.4900.45
HSL248.82º32.08%41.57%-
HSV(B)248.82º48.57%54.9%-
XYZ10.538.3225.86-
YUV82.74160.31127.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.89%
GREEN value IS 72 (28.52% from 255) = 24.49%
BLUE value IS 140 (55.08% from 255) = 47.62%
R=27.89%
G=24.49%
B=47.62%

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
Decimal82721400.410.4900.45248.8232.0841.57
Hex52488C293102Df9202a
Octal12211021451610553714052
Binary1010010100100010001100101001110001010110111111001100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52488C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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