#52488D

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

Shades of Victoria #52488D

Tints of Victoria #52488D

Color information

#52488D (or 0x52488D) is unknown color: approx Victoria. HEX triplet: 52, 48 and 8D. RGB value is (82,72,141). Sum of RGB (Red+Green+Blue) = 82+72+141=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #52488D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52488D is #ADB772. Grayscale: #525252. Windows color (decimal): -11384691 or 9259090. OLE color: 9259090.

HSL color Cylindrical-coordinate representation of color #52488D: hue angle of 248.7º 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 #52488D is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8272141-
CMYK0.420.4900.45
HSL248.7º32.39%41.76%-
HSV(B)248.7º48.94%55.29%-
XYZ10.68.3526.25-
YUV82.86160.81127.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.80%
GREEN value IS 72 (28.52% from 255) = 24.41%
BLUE value IS 141 (55.47% from 255) = 47.80%
R=27.80%
G=24.41%
B=47.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82721410.420.4900.45248.732.3941.76
Hex52488D2A3102Df9202a
Octal12211021552610553714052
Binary1010010100100010001101101010110001010110111111001100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52488D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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