#53507B

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

Shades of Victoria #53507B

Tints of Victoria #53507B

Color information

#53507B (or 0x53507B) is unknown color: approx Victoria. HEX triplet: 53, 50 and 7B. RGB value is (83,80,123). Sum of RGB (Red+Green+Blue) = 83+80+123=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 123 - color contains mainly: blue. Hex color #53507B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53507B is #ACAF84. Grayscale: #555555. Windows color (decimal): -11317125 or 8081491. OLE color: 8081491.

HSL color Cylindrical-coordinate representation of color #53507B: hue angle of 244.19º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #53507B is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8380123-
CMYK0.330.3500.52
HSL244.19º21.18%39.8%-
HSV(B)244.19º34.96%48.24%-
XYZ10.019.0119.95-
YUV85.8148.99126-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.02%
GREEN value IS 80 (31.64% from 255) = 27.97%
BLUE value IS 123 (48.44% from 255) = 43.01%
R=29.02%
G=27.97%
B=43.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83801230.330.3500.52244.1921.1839.8
Hex53507B2123034f41528
Octal12312017341430643642550
Binary10100111010000111101110000110001101101001111010010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53507B; }

 p { color: rgb(83,80,123); }

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

<style>
 a { background-color: #53507B; }

 a { background-color: rgb(83,80,123); }

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

<style>
 span { border-color: #53507B; }

 span { border-color: rgb(83,80,123); }

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