#585386

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

Shades of Victoria #585386

Tints of Victoria #585386

Color information

#585386 (or 0x585386) is unknown color: approx Victoria. HEX triplet: 58, 53 and 86. RGB value is (88,83,134). Sum of RGB (Red+Green+Blue) = 88+83+134=305 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.85% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 134 (52.73% from 255 or 43.93% from 305); Max value from RGB is 134 - color contains mainly: blue. Hex color #585386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585386 is #A7AC79. Grayscale: #5A5A5A. Windows color (decimal): -10988666 or 8803160. OLE color: 8803160.

HSL color Cylindrical-coordinate representation of color #585386: hue angle of 245.88º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #585386 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8883134-
CMYK0.340.3800.47
HSL245.88º23.5%42.55%-
HSV(B)245.88º38.06%52.55%-
XYZ11.429.9823.88-
YUV90.31152.66126.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.85%
GREEN value IS 83 (32.81% from 255) = 27.21%
BLUE value IS 134 (52.73% from 255) = 43.93%
R=28.85%
G=27.21%
B=43.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal88831340.340.3800.47245.8823.542.55
Hex585386222602Ff6182b
Octal13012320642460573663053
Binary101100010100111000011010001010011001011111111011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585386; }

 p { color: rgb(88,83,134); }

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

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

 a { background-color: rgb(88,83,134); }

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

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

 span { border-color: rgb(88,83,134); }

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