#585784

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

Shades of Victoria #585784

Tints of Victoria #585784

Color information

#585784 (or 0x585784) is unknown color: approx Victoria. HEX triplet: 58, 57 and 84. RGB value is (88,87,132). Sum of RGB (Red+Green+Blue) = 88+87+132=307 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.66% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 132 - color contains mainly: blue. Hex color #585784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585784 is #A7A87B. Grayscale: #5C5C5C. Windows color (decimal): -10987644 or 8673112. OLE color: 8673112.

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

Color convert

RGB8887132-
CMYK0.330.3400.48
HSL241.33º20.55%42.94%-
HSV(B)241.33º34.09%51.76%-
XYZ11.610.5623.26-
YUV92.43150.33124.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.66%
GREEN value IS 87 (34.38% from 255) = 28.34%
BLUE value IS 132 (51.95% from 255) = 43.00%
R=28.66%
G=28.34%
B=43.00%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal88871320.330.3400.48241.3320.5542.94
Hex5857842122030f1152b
Octal13012720441420603612553
Binary101100010101111000010010000110001001100001111000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585784; }

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

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

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

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

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

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

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

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