#585687

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

Shades of Victoria #585687

Tints of Victoria #585687

Color information

#585687 (or 0x585687) is unknown color: approx Victoria. HEX triplet: 58, 56 and 87. RGB value is (88,86,135). Sum of RGB (Red+Green+Blue) = 88+86+135=309 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.48% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 135 (53.12% from 255 or 43.69% from 309); Max value from RGB is 135 - color contains mainly: blue. Hex color #585687 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585687 is #A7A978. Grayscale: #5B5B5B. Windows color (decimal): -10987897 or 8869464. OLE color: 8869464.

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

Color convert

RGB8886135-
CMYK0.350.3600.47
HSL242.45º22.17%43.33%-
HSV(B)242.45º36.3%52.94%-
XYZ11.7310.4824.33-
YUV92.18152.16125.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.48%
GREEN value IS 86 (33.98% from 255) = 27.83%
BLUE value IS 135 (53.12% from 255) = 43.69%
R=28.48%
G=27.83%
B=43.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal88861350.350.3600.47242.4522.1743.33
Hex585687232402Ff2162b
Octal13012620743440573622653
Binary101100010101101000011110001110010001011111111001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585687; }

 p { color: rgb(88,86,135); }

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

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

 a { background-color: rgb(88,86,135); }

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

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

 span { border-color: rgb(88,86,135); }

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