#575181

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

Shades of Victoria #575181

Tints of Victoria #575181

Color information

#575181 (or 0x575181) is unknown color: approx Victoria. HEX triplet: 57, 51 and 81. RGB value is (87,81,129). Sum of RGB (Red+Green+Blue) = 87+81+129=297 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.29% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 129 (50.78% from 255 or 43.43% from 297); Max value from RGB is 129 - color contains mainly: blue. Hex color #575181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575181 is #A8AE7E. Grayscale: #585858. Windows color (decimal): -11054719 or 8474967. OLE color: 8474967.

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

Color convert

RGB8781129-
CMYK0.330.3700.49
HSL247.5º22.86%41.18%-
HSV(B)247.5º37.21%50.59%-
XYZ10.849.522.03-
YUV88.27150.99127.1-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.29%
GREEN value IS 81 (32.03% from 255) = 27.27%
BLUE value IS 129 (50.78% from 255) = 43.43%
R=29.29%
G=27.27%
B=43.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal87811290.330.3700.49247.522.8641.18
Hex5751812125031f81729
Octal12712120141450613702751
Binary101011110100011000000110000110010101100011111100010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575181; }

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

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

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

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

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

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

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

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