#575487

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

Shades of Victoria #575487

Tints of Victoria #575487

Color information

#575487 (or 0x575487) is unknown color: approx Victoria. HEX triplet: 57, 54 and 87. RGB value is (87,84,135). Sum of RGB (Red+Green+Blue) = 87+84+135=306 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.43% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 135 (53.12% from 255 or 44.12% from 306); Max value from RGB is 135 - color contains mainly: blue. Hex color #575487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575487 is #A8AB78. Grayscale: #5A5A5A. Windows color (decimal): -11053945 or 8868951. OLE color: 8868951.

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

Color convert

RGB8784135-
CMYK0.360.3800.47
HSL243.53º23.29%42.94%-
HSV(B)243.53º37.78%52.94%-
XYZ11.4710.1224.27-
YUV90.71152.99125.35-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.43%
GREEN value IS 84 (33.20% from 255) = 27.45%
BLUE value IS 135 (53.12% from 255) = 44.12%
R=28.43%
G=27.45%
B=44.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal87841350.360.3800.47243.5323.2942.94
Hex575487242602Ff4172b
Octal12712420744460573642753
Binary101011110101001000011110010010011001011111111010010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575487; }

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

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

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

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

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

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

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

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