#585787

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

Shades of Victoria #585787

Tints of Victoria #585787

Color information

#585787 (or 0x585787) is unknown color: approx Victoria. HEX triplet: 58, 57 and 87. RGB value is (88,87,135). Sum of RGB (Red+Green+Blue) = 88+87+135=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 135 (53.12% from 255 or 43.55% from 310); Max value from RGB is 135 - color contains mainly: blue. Hex color #585787 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585787 is #A7A878. Grayscale: #5C5C5C. Windows color (decimal): -10987641 or 8869720. OLE color: 8869720.

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

Color convert

RGB8887135-
CMYK0.350.3600.47
HSL241.25º21.62%43.53%-
HSV(B)241.25º35.56%52.94%-
XYZ11.8110.6424.35-
YUV92.77151.83124.6-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.39%
GREEN value IS 87 (34.38% from 255) = 28.06%
BLUE value IS 135 (53.12% from 255) = 43.55%
R=28.39%
G=28.06%
B=43.55%

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
Decimal88871350.350.3600.47241.2521.6243.53
Hex585787232402Ff1162c
Octal13012720743440573612654
Binary101100010101111000011110001110010001011111111000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585787; }

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

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

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

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

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

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

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

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