#53477F

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

Shades of Victoria #53477F

Tints of Victoria #53477F

Color information

#53477F (or 0x53477F) is unknown color: approx Victoria. HEX triplet: 53, 47 and 7F. RGB value is (83,71,127). Sum of RGB (Red+Green+Blue) = 83+71+127=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 127 (50% from 255 or 45.20% from 281); Max value from RGB is 127 - color contains mainly: blue. Hex color #53477F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53477F is #ACB880. Grayscale: #505050. Windows color (decimal): -11319425 or 8341331. OLE color: 8341331.

HSL color Cylindrical-coordinate representation of color #53477F: hue angle of 252.86º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #53477F is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8371127-
CMYK0.350.4400.50
HSL252.86º28.28%38.82%-
HSV(B)252.86º44.09%49.8%-
XYZ9.657.8821.09-
YUV80.97153.98129.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.54%
GREEN value IS 71 (28.12% from 255) = 25.27%
BLUE value IS 127 (50% from 255) = 45.20%
R=29.54%
G=25.27%
B=45.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal83711270.350.4400.50252.8628.2838.82
Hex53477F232C032fd1c27
Octal12310717743540623753447
Binary10100111000111111111110001110110001100101111110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53477F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,71,127); }

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

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

 a { background-color: rgb(83,71,127); }

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

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

 span { border-color: rgb(83,71,127); }

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