#584A85

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

Shades of Victoria #584A85

Tints of Victoria #584A85

Color information

#584A85 (or 0x584A85) is unknown color: approx Victoria. HEX triplet: 58, 4A and 85. RGB value is (88,74,133). Sum of RGB (Red+Green+Blue) = 88+74+133=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #584A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584A85 is #A7B57A. Grayscale: #545454. Windows color (decimal): -10990971 or 8735320. OLE color: 8735320.

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

Color convert

RGB8874133-
CMYK0.340.4400.48
HSL254.24º28.5%40.59%-
HSV(B)254.24º44.36%52.16%-
XYZ10.718.6723.3-
YUV84.91155.14130.2-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.83%
GREEN value IS 74 (29.30% from 255) = 25.08%
BLUE value IS 133 (52.34% from 255) = 45.08%
R=29.83%
G=25.08%
B=45.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal88741330.340.4400.48254.2428.540.59
Hex584A85222C030fe1d29
Octal13011220542540603763551
Binary101100010010101000010110001010110001100001111111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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