#53487C

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

Shades of Victoria #53487C

Tints of Victoria #53487C

Color information

#53487C (or 0x53487C) is unknown color: approx Victoria. HEX triplet: 53, 48 and 7C. RGB value is (83,72,124). Sum of RGB (Red+Green+Blue) = 83+72+124=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 124 - color contains mainly: blue. Hex color #53487C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53487C is #ACB783. Grayscale: #515151. Windows color (decimal): -11319172 or 8144979. OLE color: 8144979.

HSL color Cylindrical-coordinate representation of color #53487C: hue angle of 252.69º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53487C is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8372124-
CMYK0.330.4200.51
HSL252.69º26.53%38.43%-
HSV(B)252.69º41.94%48.63%-
XYZ9.527.9320.1-
YUV81.22152.14129.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.75%
GREEN value IS 72 (28.52% from 255) = 25.81%
BLUE value IS 124 (48.83% from 255) = 44.44%
R=29.75%
G=25.81%
B=44.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83721240.330.4200.51252.6926.5338.43
Hex53487C212A033fd1b26
Octal12311017441520633753346
Binary10100111001000111110010000110101001100111111110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53487C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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