#585684

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

Shades of Victoria #585684

Tints of Victoria #585684

Color information

#585684 (or 0x585684) is unknown color: approx Victoria. HEX triplet: 58, 56 and 84. RGB value is (88,86,132). Sum of RGB (Red+Green+Blue) = 88+86+132=306 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.76% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 132 (51.95% from 255 or 43.14% from 306); Max value from RGB is 132 - color contains mainly: blue. Hex color #585684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585684 is #A7A97B. Grayscale: #5B5B5B. Windows color (decimal): -10987900 or 8672856. OLE color: 8672856.

HSL color Cylindrical-coordinate representation of color #585684: hue angle of 242.61º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #585684 is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8886132-
CMYK0.330.3500.48
HSL242.61º21.1%42.75%-
HSV(B)242.61º34.85%51.76%-
XYZ11.5210.423.23-
YUV91.84150.66125.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.76%
GREEN value IS 86 (33.98% from 255) = 28.10%
BLUE value IS 132 (51.95% from 255) = 43.14%
R=28.76%
G=28.10%
B=43.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal88861320.330.3500.48242.6121.142.75
Hex5856842123030f3152b
Octal13012620441430603632553
Binary101100010101101000010010000110001101100001111001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585684; }

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

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

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

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

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

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

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

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