#575180

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

Shades of Victoria #575180

Tints of Victoria #575180

Color information

#575180 (or 0x575180) is unknown color: approx Victoria. HEX triplet: 57, 51 and 80. RGB value is (87,81,128). Sum of RGB (Red+Green+Blue) = 87+81+128=296 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.39% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 128 (50.39% from 255 or 43.24% from 296); Max value from RGB is 128 - color contains mainly: blue. Hex color #575180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575180 is #A8AE7F. Grayscale: #575757. Windows color (decimal): -11054720 or 8409431. OLE color: 8409431.

HSL color Cylindrical-coordinate representation of color #575180: hue angle of 247.66º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #575180 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8781128-
CMYK0.320.3700.50
HSL247.66º22.49%40.98%-
HSV(B)247.66º36.72%50.2%-
XYZ10.779.4721.68-
YUV88.15150.49127.18-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.39%
GREEN value IS 81 (32.03% from 255) = 27.36%
BLUE value IS 128 (50.39% from 255) = 43.24%
R=29.39%
G=27.36%
B=43.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal87811280.320.3700.50247.6622.4940.98
Hex5751802025032f81629
Octal12712120040450623702651
Binary101011110100011000000010000010010101100101111100010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575180; }

 p { color: rgb(87,81,128); }

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

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

 a { background-color: rgb(87,81,128); }

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

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

 span { border-color: rgb(87,81,128); }

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