#584D82

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

Shades of Victoria #584D82

Tints of Victoria #584D82

Color information

#584D82 (or 0x584D82) is unknown color: approx Victoria. HEX triplet: 58, 4D and 82. RGB value is (88,77,130). Sum of RGB (Red+Green+Blue) = 88+77+130=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 130 - color contains mainly: blue. Hex color #584D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584D82 is #A7B27D. Grayscale: #565656. Windows color (decimal): -10990206 or 8539480. OLE color: 8539480.

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

Color convert

RGB8877130-
CMYK0.320.4100.49
HSL252.45º25.6%40.59%-
HSV(B)252.45º40.77%50.98%-
XYZ10.718.9922.29-
YUV86.33152.64129.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.83%
GREEN value IS 77 (30.47% from 255) = 26.10%
BLUE value IS 130 (51.17% from 255) = 44.07%
R=29.83%
G=26.10%
B=44.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal88771300.320.4100.49252.4525.640.59
Hex584D822029031fc1a29
Octal13011520240510613743251
Binary101100010011011000001010000010100101100011111110011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,77,130); }

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

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

 a { background-color: rgb(88,77,130); }

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

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

 span { border-color: rgb(88,77,130); }

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