#584980

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

Shades of Victoria #584980

Tints of Victoria #584980

Color information

#584980 (or 0x584980) is unknown color: approx Victoria. HEX triplet: 58, 49 and 80. RGB value is (88,73,128). Sum of RGB (Red+Green+Blue) = 88+73+128=289 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.45% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 128 (50.39% from 255 or 44.29% from 289); Max value from RGB is 128 - color contains mainly: blue. Hex color #584980 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584980 is #A7B67F. Grayscale: #535353. Windows color (decimal): -10991232 or 8407384. OLE color: 8407384.

HSL color Cylindrical-coordinate representation of color #584980: hue angle of 256.36º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #584980 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8873128-
CMYK0.310.4300.50
HSL256.36º27.36%39.41%-
HSV(B)256.36º42.97%50.2%-
XYZ10.38.421.5-
YUV83.76152.97131.03-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.45%
GREEN value IS 73 (28.91% from 255) = 25.26%
BLUE value IS 128 (50.39% from 255) = 44.29%
R=30.45%
G=25.26%
B=44.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal88731280.310.4300.50256.3627.3639.41
Hex5849801F2B0321001b27
Octal13011120037530624003347
Binary101100010010011000000011111101011011001010000000011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584980; }

 p { color: rgb(88,73,128); }

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

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

 a { background-color: rgb(88,73,128); }

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

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

 span { border-color: rgb(88,73,128); }

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