#52537F

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

Shades of Victoria #52537F

Tints of Victoria #52537F

Color information

#52537F (or 0x52537F) is unknown color: approx Victoria. HEX triplet: 52, 53 and 7F. RGB value is (82,83,127). Sum of RGB (Red+Green+Blue) = 82+83+127=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 127 - color contains mainly: blue. Hex color #52537F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52537F is #ADAC80. Grayscale: #575757. Windows color (decimal): -11381889 or 8344402. OLE color: 8344402.

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

Color convert

RGB8283127-
CMYK0.350.3500.50
HSL238.67º21.53%40.98%-
HSV(B)238.67º35.43%49.8%-
XYZ10.49.5121.37-
YUV87.72150.17123.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.08%
GREEN value IS 83 (32.81% from 255) = 28.42%
BLUE value IS 127 (50% from 255) = 43.49%
R=28.08%
G=28.42%
B=43.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal82831270.350.3500.50238.6721.5340.98
Hex52537F2323032ef1629
Octal12212317743430623572651
Binary10100101010011111111110001110001101100101110111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52537F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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