#584F94

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

Shades of Victoria #584F94

Tints of Victoria #584F94

Color information

#584F94 (or 0x584F94) is unknown color: approx Victoria. HEX triplet: 58, 4F and 94. RGB value is (88,79,148). Sum of RGB (Red+Green+Blue) = 88+79+148=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #584F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584F94 is #A7B06B. Grayscale: #595959. Windows color (decimal): -10989676 or 9719640. OLE color: 9719640.

HSL color Cylindrical-coordinate representation of color #584F94: hue angle of 247.83º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #584F94 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8879148-
CMYK0.410.4700.42
HSL247.83º30.4%44.51%-
HSV(B)247.83º46.62%58.04%-
XYZ12.179.829.27-
YUV89.56160.98126.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.94%
GREEN value IS 79 (31.25% from 255) = 25.08%
BLUE value IS 148 (58.20% from 255) = 46.98%
R=27.94%
G=25.08%
B=46.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88791480.410.4700.42247.8330.444.51
Hex584F94292F02Af81e2d
Octal13011722451570523703655
Binary101100010011111001010010100110111101010101111100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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