#585191

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

Shades of Victoria #585191

Tints of Victoria #585191

Color information

#585191 (or 0x585191) is unknown color: approx Victoria. HEX triplet: 58, 51 and 91. RGB value is (88,81,145). Sum of RGB (Red+Green+Blue) = 88+81+145=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 145 - color contains mainly: blue. Hex color #585191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585191 is #A7AE6E. Grayscale: #5A5A5A. Windows color (decimal): -10989167 or 9523544. OLE color: 9523544.

HSL color Cylindrical-coordinate representation of color #585191: hue angle of 246.56º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #585191 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8881145-
CMYK0.390.4400.43
HSL246.56º28.32%44.31%-
HSV(B)246.56º44.14%56.86%-
XYZ12.081028.08-
YUV90.39158.82126.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.03%
GREEN value IS 81 (32.03% from 255) = 25.80%
BLUE value IS 145 (57.03% from 255) = 46.18%
R=28.03%
G=25.80%
B=46.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal88811450.390.4400.43246.5628.3244.31
Hex585191272C02Bf71c2c
Octal13012122147540533673454
Binary101100010100011001000110011110110001010111111011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585191; }

 p { color: rgb(88,81,145); }

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

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

 a { background-color: rgb(88,81,145); }

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

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

 span { border-color: rgb(88,81,145); }

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