#584E88

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

Shades of Victoria #584E88

Tints of Victoria #584E88

Color information

#584E88 (or 0x584E88) is unknown color: approx Victoria. HEX triplet: 58, 4E and 88. RGB value is (88,78,136). Sum of RGB (Red+Green+Blue) = 88+78+136=302 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.14% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 136 - color contains mainly: blue. Hex color #584E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584E88 is #A7B177. Grayscale: #575757. Windows color (decimal): -10989944 or 8932952. OLE color: 8932952.

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

Color convert

RGB8878136-
CMYK0.350.4300.47
HSL250.34º27.1%41.96%-
HSV(B)250.34º42.65%53.33%-
XYZ11.199.324.5-
YUV87.6155.31128.28-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.14%
GREEN value IS 78 (30.86% from 255) = 25.83%
BLUE value IS 136 (53.52% from 255) = 45.03%
R=29.14%
G=25.83%
B=45.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal88781360.350.4300.47250.3427.141.96
Hex584E88232B02Ffa1b2a
Octal13011621043530573723352
Binary101100010011101000100010001110101101011111111101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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