#584E73

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

Shades of Victoria #584E73

Tints of Victoria #584E73

Color information

#584E73 (or 0x584E73) is unknown color: approx Victoria. HEX triplet: 58, 4E and 73. RGB value is (88,78,115). Sum of RGB (Red+Green+Blue) = 88+78+115=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 115 - color contains mainly: blue. Hex color #584E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584E73 is #A7B18C. Grayscale: #555555. Windows color (decimal): -10989965 or 7556696. OLE color: 7556696.

HSL color Cylindrical-coordinate representation of color #584E73: hue angle of 256.22º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #584E73 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8878115-
CMYK0.230.3200.55
HSL256.22º19.17%37.84%-
HSV(B)256.22º32.17%45.1%-
XYZ9.848.7617.39-
YUV85.21144.81129.99-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.32%
GREEN value IS 78 (30.86% from 255) = 27.76%
BLUE value IS 115 (45.31% from 255) = 40.93%
R=31.32%
G=27.76%
B=40.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88781150.230.3200.55256.2219.1737.84
Hex584E7317200371001326
Octal13011616327400674002346
Binary10110001001110111001110111100000011011110000000010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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