#52517E

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

Shades of Victoria #52517E

Tints of Victoria #52517E

Color information

#52517E (or 0x52517E) is unknown color: approx Victoria. HEX triplet: 52, 51 and 7E. RGB value is (82,81,126). Sum of RGB (Red+Green+Blue) = 82+81+126=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 126 (49.61% from 255 or 43.60% from 289); Max value from RGB is 126 - color contains mainly: blue. Hex color #52517E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52517E is #ADAE81. Grayscale: #565656. Windows color (decimal): -11382402 or 8278354. OLE color: 8278354.

HSL color Cylindrical-coordinate representation of color #52517E: hue angle of 241.33º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #52517E is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8281126-
CMYK0.350.3600.51
HSL241.33º21.74%40.59%-
HSV(B)241.33º35.71%49.41%-
XYZ10.199.1920.97-
YUV86.43150.33124.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.37%
GREEN value IS 81 (32.03% from 255) = 28.03%
BLUE value IS 126 (49.61% from 255) = 43.60%
R=28.37%
G=28.03%
B=43.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal82811260.350.3600.51241.3321.7440.59
Hex52517E2324033f11629
Octal12212117643440633612651
Binary10100101010001111111010001110010001100111111000110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52517E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52517E; }

 p { color: rgb(82,81,126); }

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

<style>
 a { background-color: #52517E; }

 a { background-color: rgb(82,81,126); }

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

<style>
 span { border-color: #52517E; }

 span { border-color: rgb(82,81,126); }

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