#584E85

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

Shades of Victoria #584E85

Tints of Victoria #584E85

Color information

#584E85 (or 0x584E85) is unknown color: approx Victoria. HEX triplet: 58, 4E and 85. RGB value is (88,78,133). Sum of RGB (Red+Green+Blue) = 88+78+133=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 133 - color contains mainly: blue. Hex color #584E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584E85 is #A7B17A. Grayscale: #575757. Windows color (decimal): -10989947 or 8736344. OLE color: 8736344.

HSL color Cylindrical-coordinate representation of color #584E85: hue angle of 250.91º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #584E85 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8878133-
CMYK0.340.4100.48
HSL250.91º26.07%41.37%-
HSV(B)250.91º41.35%52.16%-
XYZ10.989.2223.39-
YUV87.26153.81128.53-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.43%
GREEN value IS 78 (30.86% from 255) = 26.09%
BLUE value IS 133 (52.34% from 255) = 44.48%
R=29.43%
G=26.09%
B=44.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal88781330.340.4100.48250.9126.0741.37
Hex584E852229030fb1a29
Octal13011620542510603733251
Binary101100010011101000010110001010100101100001111101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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