#53488F

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

Shades of Victoria #53488F

Tints of Victoria #53488F

Color information

#53488F (or 0x53488F) is unknown color: approx Victoria. HEX triplet: 53, 48 and 8F. RGB value is (83,72,143). Sum of RGB (Red+Green+Blue) = 83+72+143=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 143 (56.25% from 255 or 47.99% from 298); Max value from RGB is 143 - color contains mainly: blue. Hex color #53488F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53488F is #ACB770. Grayscale: #535353. Windows color (decimal): -11319153 or 9390163. OLE color: 9390163.

HSL color Cylindrical-coordinate representation of color #53488F: hue angle of 249.3º 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 #53488F is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8372143-
CMYK0.420.5000.44
HSL249.3º33.02%42.16%-
HSV(B)249.3º49.65%56.08%-
XYZ10.848.4627.05-
YUV83.38161.64127.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.85%
GREEN value IS 72 (28.52% from 255) = 24.16%
BLUE value IS 143 (56.25% from 255) = 47.99%
R=27.85%
G=24.16%
B=47.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83721430.420.5000.44249.333.0242.16
Hex53488F2A3202Cf9212a
Octal12311021752620543714152
Binary1010011100100010001111101010110010010110011111001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53488F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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