#535179

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

Shades of Victoria #535179

Tints of Victoria #535179

Color information

#535179 (or 0x535179) is unknown color: approx Victoria. HEX triplet: 53, 51 and 79. RGB value is (83,81,121). Sum of RGB (Red+Green+Blue) = 83+81+121=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 121 (47.66% from 255 or 42.46% from 285); Max value from RGB is 121 - color contains mainly: blue. Hex color #535179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535179 is #ACAE86. Grayscale: #565656. Windows color (decimal): -11316871 or 7950675. OLE color: 7950675.

HSL color Cylindrical-coordinate representation of color #535179: hue angle of 243º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #535179 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8381121-
CMYK0.310.3300.53
HSL243º19.8%39.61%-
HSV(B)243º33.06%47.45%-
XYZ9.969.119.32-
YUV86.16147.66125.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.12%
GREEN value IS 81 (32.03% from 255) = 28.42%
BLUE value IS 121 (47.66% from 255) = 42.46%
R=29.12%
G=28.42%
B=42.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83811210.310.3300.5324319.839.61
Hex5351791F21035f31428
Octal12312117137410653632450
Binary1010011101000111110011111110000101101011111001110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535179; }

 p { color: rgb(83,81,121); }

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

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

 a { background-color: rgb(83,81,121); }

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

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

 span { border-color: rgb(83,81,121); }

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