#585483

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

Shades of Victoria #585483

Tints of Victoria #585483

Color information

#585483 (or 0x585483) is unknown color: approx Victoria. HEX triplet: 58, 54 and 83. RGB value is (88,84,131). Sum of RGB (Red+Green+Blue) = 88+84+131=303 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.04% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 131 (51.56% from 255 or 43.23% from 303); Max value from RGB is 131 - color contains mainly: blue. Hex color #585483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585483 is #A7AB7C. Grayscale: #5A5A5A. Windows color (decimal): -10988413 or 8606808. OLE color: 8606808.

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

Color convert

RGB8884131-
CMYK0.330.3600.49
HSL245.11º21.86%42.16%-
HSV(B)245.11º35.88%51.37%-
XYZ11.2910.0522.82-
YUV90.55150.83126.18-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.04%
GREEN value IS 84 (33.20% from 255) = 27.72%
BLUE value IS 131 (51.56% from 255) = 43.23%
R=29.04%
G=27.72%
B=43.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal88841310.330.3600.49245.1121.8642.16
Hex5854832124031f5162a
Octal13012420341440613652652
Binary101100010101001000001110000110010001100011111010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585483; }

 p { color: rgb(88,84,131); }

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

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

 a { background-color: rgb(88,84,131); }

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

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

 span { border-color: rgb(88,84,131); }

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