#575176

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

Shades of Victoria #575176

Tints of Victoria #575176

Color information

#575176 (or 0x575176) is unknown color: approx Victoria. HEX triplet: 57, 51 and 76. RGB value is (87,81,118). Sum of RGB (Red+Green+Blue) = 87+81+118=286 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.42% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 118 - color contains mainly: blue. Hex color #575176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575176 is #A8AE89. Grayscale: #565656. Windows color (decimal): -11054730 or 7754071. OLE color: 7754071.

HSL color Cylindrical-coordinate representation of color #575176: hue angle of 249.73º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #575176 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8781118-
CMYK0.260.3100.54
HSL249.73º18.59%39.02%-
HSV(B)249.73º31.36%46.27%-
XYZ10.149.2218.38-
YUV87.01145.49127.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.42%
GREEN value IS 81 (32.03% from 255) = 28.32%
BLUE value IS 118 (46.48% from 255) = 41.26%
R=30.42%
G=28.32%
B=41.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87811180.260.3100.54249.7318.5939.02
Hex5751761A1F036fa1327
Octal12712116632370663722347
Binary101011110100011110110110101111101101101111101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575176; }

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

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

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

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

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

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

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

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