#584E87

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

Shades of Victoria #584E87

Tints of Victoria #584E87

Color information

#584E87 (or 0x584E87) is unknown color: approx Victoria. HEX triplet: 58, 4E and 87. RGB value is (88,78,135). Sum of RGB (Red+Green+Blue) = 88+78+135=301 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.24% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 135 - color contains mainly: blue. Hex color #584E87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584E87 is #A7B178. Grayscale: #575757. Windows color (decimal): -10989945 or 8867416. OLE color: 8867416.

HSL color Cylindrical-coordinate representation of color #584E87: hue angle of 250.53º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #584E87 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8878135-
CMYK0.350.4200.47
HSL250.53º26.76%41.76%-
HSV(B)250.53º42.22%52.94%-
XYZ11.129.2724.13-
YUV87.49154.81128.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.24%
GREEN value IS 78 (30.86% from 255) = 25.91%
BLUE value IS 135 (53.12% from 255) = 44.85%
R=29.24%
G=25.91%
B=44.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal88781350.350.4200.47250.5326.7641.76
Hex584E87232A02Ffb1b2a
Octal13011620743520573733352
Binary101100010011101000011110001110101001011111111101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584E87; }

 p { color: rgb(88,78,135); }

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

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

 a { background-color: rgb(88,78,135); }

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

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

 span { border-color: rgb(88,78,135); }

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