#5F5179

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

Shades of Victoria #5F5179

Tints of Victoria #5F5179

Color information

#5F5179 (or 0x5F5179) is unknown color: approx Victoria. HEX triplet: 5F, 51 and 79. RGB value is (95,81,121). Sum of RGB (Red+Green+Blue) = 95+81+121=297 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.99% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 121 - color contains mainly: blue. Hex color #5F5179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5179 is #A0AE86. Grayscale: #595959. Windows color (decimal): -10530439 or 7950687. OLE color: 7950687.

HSL color Cylindrical-coordinate representation of color #5F5179: hue angle of 261º 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 #5F5179 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9581121-
CMYK0.210.3300.53
HSL261º19.8%39.61%-
HSV(B)261º33.06%47.45%-
XYZ11.119.719.38-
YUV89.75145.64131.75-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.99%
GREEN value IS 81 (32.03% from 255) = 27.27%
BLUE value IS 121 (47.66% from 255) = 40.74%
R=31.99%
G=27.27%
B=40.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal95811210.210.3300.5326119.839.61
Hex5F517915210351051428
Octal13712117125410654052450
Binary10111111010001111100110101100001011010110000010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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