#5A527F

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

Shades of Victoria #5A527F

Tints of Victoria #5A527F

Color information

#5A527F (or 0x5A527F) is unknown color: approx Victoria. HEX triplet: 5A, 52 and 7F. RGB value is (90,82,127). Sum of RGB (Red+Green+Blue) = 90+82+127=299 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.10% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 127 - color contains mainly: blue. Hex color #5A527F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A527F is #A5AD80. Grayscale: #595959. Windows color (decimal): -10857857 or 8344154. OLE color: 8344154.

HSL color Cylindrical-coordinate representation of color #5A527F: hue angle of 250.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 #5A527F is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9082127-
CMYK0.290.3500.50
HSL250.67º21.53%40.98%-
HSV(B)250.67º35.43%49.8%-
XYZ11.069.7421.38-
YUV89.52149.15128.34-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.10%
GREEN value IS 82 (32.42% from 255) = 27.42%
BLUE value IS 127 (50% from 255) = 42.47%
R=30.10%
G=27.42%
B=42.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal90821270.290.3500.50250.6721.5340.98
Hex5A527F1D23032fb1629
Octal13212217735430623732651
Binary1011010101001011111111110110001101100101111101110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A527F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A527F; }

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

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

<style>
 a { background-color: #5A527F; }

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

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

<style>
 span { border-color: #5A527F; }

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

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