#575485

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

Shades of Victoria #575485

Tints of Victoria #575485

Color information

#575485 (or 0x575485) is unknown color: approx Victoria. HEX triplet: 57, 54 and 85. RGB value is (87,84,133). Sum of RGB (Red+Green+Blue) = 87+84+133=304 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.62% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 133 - color contains mainly: blue. Hex color #575485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575485 is #A8AB7A. Grayscale: #5A5A5A. Windows color (decimal): -11053947 or 8737879. OLE color: 8737879.

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

Color convert

RGB8784133-
CMYK0.350.3700.48
HSL243.67º22.58%42.55%-
HSV(B)243.67º36.84%52.16%-
XYZ11.3310.0623.53-
YUV90.48151.99125.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.62%
GREEN value IS 84 (33.20% from 255) = 27.63%
BLUE value IS 133 (52.34% from 255) = 43.75%
R=28.62%
G=27.63%
B=43.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal87841330.350.3700.48243.6722.5842.55
Hex5754852325030f4172b
Octal12712420543450603642753
Binary101011110101001000010110001110010101100001111010010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575485; }

 p { color: rgb(87,84,133); }

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

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

 a { background-color: rgb(87,84,133); }

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

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

 span { border-color: rgb(87,84,133); }

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