#52488F

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

Shades of Victoria #52488F

Tints of Victoria #52488F

Color information

#52488F (or 0x52488F) is unknown color: approx Victoria. HEX triplet: 52, 48 and 8F. RGB value is (82,72,143). Sum of RGB (Red+Green+Blue) = 82+72+143=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 143 (56.25% from 255 or 48.15% from 297); Max value from RGB is 143 - color contains mainly: blue. Hex color #52488F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52488F is #ADB770. Grayscale: #525252. Windows color (decimal): -11384689 or 9390162. OLE color: 9390162.

HSL color Cylindrical-coordinate representation of color #52488F: hue angle of 248.45º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52488F is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8272143-
CMYK0.430.5000.44
HSL248.45º33.02%42.16%-
HSV(B)248.45º49.65%56.08%-
XYZ10.758.4127.04-
YUV83.08161.81127.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.61%
GREEN value IS 72 (28.52% from 255) = 24.24%
BLUE value IS 143 (56.25% from 255) = 48.15%
R=27.61%
G=24.24%
B=48.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82721430.430.5000.44248.4533.0242.16
Hex52488F2B3202Cf8212a
Octal12211021753620543704152
Binary1010010100100010001111101011110010010110011111000100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52488F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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