#585582

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

Shades of Victoria #585582

Tints of Victoria #585582

Color information

#585582 (or 0x585582) is unknown color: approx Victoria. HEX triplet: 58, 55 and 82. RGB value is (88,85,130). Sum of RGB (Red+Green+Blue) = 88+85+130=303 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.04% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 130 (51.17% from 255 or 42.90% from 303); Max value from RGB is 130 - color contains mainly: blue. Hex color #585582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585582 is #A7AA7D. Grayscale: #5A5A5A. Windows color (decimal): -10988158 or 8541528. OLE color: 8541528.

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

Color convert

RGB8885130-
CMYK0.320.3500.49
HSL244º20.93%42.16%-
HSV(B)244º34.62%50.98%-
XYZ11.310.1822.49-
YUV91.03149.99125.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.04%
GREEN value IS 85 (33.59% from 255) = 28.05%
BLUE value IS 130 (51.17% from 255) = 42.90%
R=29.04%
G=28.05%
B=42.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal88851300.320.3500.4924420.9342.16
Hex5855822023031f4152a
Octal13012520240430613642552
Binary101100010101011000001010000010001101100011111010010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585582; }

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

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

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

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

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

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

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

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