#575182

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

Shades of Victoria #575182

Tints of Victoria #575182

Color information

#575182 (or 0x575182) is unknown color: approx Victoria. HEX triplet: 57, 51 and 82. RGB value is (87,81,130). Sum of RGB (Red+Green+Blue) = 87+81+130=298 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.19% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 130 (51.17% from 255 or 43.62% from 298); Max value from RGB is 130 - color contains mainly: blue. Hex color #575182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575182 is #A8AE7D. Grayscale: #585858. Windows color (decimal): -11054718 or 8540503. OLE color: 8540503.

HSL color Cylindrical-coordinate representation of color #575182: hue angle of 247.35º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #575182 is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8781130-
CMYK0.330.3800.49
HSL247.35º23.22%41.37%-
HSV(B)247.35º37.69%50.98%-
XYZ10.99.5222.38-
YUV88.38151.49127.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.19%
GREEN value IS 81 (32.03% from 255) = 27.18%
BLUE value IS 130 (51.17% from 255) = 43.62%
R=29.19%
G=27.18%
B=43.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal87811300.330.3800.49247.3523.2241.37
Hex5751822126031f71729
Octal12712120241460613672751
Binary101011110100011000001010000110011001100011111011110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575182; }

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

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

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

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

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

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

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

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