#585484

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

Shades of Victoria #585484

Tints of Victoria #585484

Color information

#585484 (or 0x585484) is unknown color: approx Victoria. HEX triplet: 58, 54 and 84. RGB value is (88,84,132). Sum of RGB (Red+Green+Blue) = 88+84+132=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 132 (51.95% from 255 or 43.42% from 304); Max value from RGB is 132 - color contains mainly: blue. Hex color #585484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585484 is #A7AB7B. Grayscale: #5A5A5A. Windows color (decimal): -10988412 or 8672344. OLE color: 8672344.

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

Color convert

RGB8884132-
CMYK0.330.3600.48
HSL245º22.22%42.35%-
HSV(B)245º36.36%51.76%-
XYZ11.3610.0823.18-
YUV90.67151.33126.1-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.95%
GREEN value IS 84 (33.20% from 255) = 27.63%
BLUE value IS 132 (51.95% from 255) = 43.42%
R=28.95%
G=27.63%
B=43.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal88841320.330.3600.4824522.2242.35
Hex5854842124030f5162a
Octal13012420441440603652652
Binary101100010101001000010010000110010001100001111010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585484; }

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

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

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

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

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

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

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

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