#585186

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

Shades of Victoria #585186

Tints of Victoria #585186

Color information

#585186 (or 0x585186) is unknown color: approx Victoria. HEX triplet: 58, 51 and 86. RGB value is (88,81,134). Sum of RGB (Red+Green+Blue) = 88+81+134=303 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.04% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 134 (52.73% from 255 or 44.22% from 303); Max value from RGB is 134 - color contains mainly: blue. Hex color #585186 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585186 is #A7AE79. Grayscale: #585858. Windows color (decimal): -10989178 or 8802648. OLE color: 8802648.

HSL color Cylindrical-coordinate representation of color #585186: hue angle of 247.92º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #585186 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8881134-
CMYK0.340.4000.47
HSL247.92º24.65%42.16%-
HSV(B)247.92º39.55%52.55%-
XYZ11.279.6823.83-
YUV89.14153.32127.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.04%
GREEN value IS 81 (32.03% from 255) = 26.73%
BLUE value IS 134 (52.73% from 255) = 44.22%
R=29.04%
G=26.73%
B=44.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal88811340.340.4000.47247.9224.6542.16
Hex585186222802Ff8192a
Octal13012120642500573703152
Binary101100010100011000011010001010100001011111111100011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585186; }

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

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

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

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

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

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

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

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