#584E90

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

Shades of Victoria #584E90

Tints of Victoria #584E90

Color information

#584E90 (or 0x584E90) is unknown color: approx Victoria. HEX triplet: 58, 4E and 90. RGB value is (88,78,144). Sum of RGB (Red+Green+Blue) = 88+78+144=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #584E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584E90 is #A7B16F. Grayscale: #585858. Windows color (decimal): -10989936 or 9457240. OLE color: 9457240.

HSL color Cylindrical-coordinate representation of color #584E90: hue angle of 249.09º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #584E90 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8878144-
CMYK0.390.4600.44
HSL249.09º29.73%43.53%-
HSV(B)249.09º45.83%56.47%-
XYZ11.789.5427.61-
YUV88.51159.31127.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.39%
GREEN value IS 78 (30.86% from 255) = 25.16%
BLUE value IS 144 (56.64% from 255) = 46.45%
R=28.39%
G=25.16%
B=46.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal88781440.390.4600.44249.0929.7343.53
Hex584E90272E02Cf91e2c
Octal13011622047560543713654
Binary101100010011101001000010011110111001011001111100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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