#584F79

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

Shades of Victoria #584F79

Tints of Victoria #584F79

Color information

#584F79 (or 0x584F79) is unknown color: approx Victoria. HEX triplet: 58, 4F and 79. RGB value is (88,79,121). Sum of RGB (Red+Green+Blue) = 88+79+121=288 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.56% from 288); Green value is 79 (31.25% from 255 or 27.43% from 288); Blue value is 121 (47.66% from 255 or 42.01% from 288); Max value from RGB is 121 - color contains mainly: blue. Hex color #584F79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584F79 is #A7B086. Grayscale: #565656. Windows color (decimal): -10989703 or 7950168. OLE color: 7950168.

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

Color convert

RGB8879121-
CMYK0.270.3500.53
HSL252.86º21%39.22%-
HSV(B)252.86º34.71%47.45%-
XYZ10.279.0519.29-
YUV86.48147.48129.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.56%
GREEN value IS 79 (31.25% from 255) = 27.43%
BLUE value IS 121 (47.66% from 255) = 42.01%
R=30.56%
G=27.43%
B=42.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88791210.270.3500.53252.862139.22
Hex584F791B23035fd1527
Octal13011717133430653752547
Binary1011000100111111110011101110001101101011111110110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,79,121); }

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

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

 a { background-color: rgb(88,79,121); }

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

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

 span { border-color: rgb(88,79,121); }

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