#575175

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

Shades of Victoria #575175

Tints of Victoria #575175

Color information

#575175 (or 0x575175) is unknown color: approx Victoria. HEX triplet: 57, 51 and 75. RGB value is (87,81,117). Sum of RGB (Red+Green+Blue) = 87+81+117=285 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.53% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 117 - color contains mainly: blue. Hex color #575175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575175 is #A8AE8A. Grayscale: #565656. Windows color (decimal): -11054731 or 7688535. OLE color: 7688535.

HSL color Cylindrical-coordinate representation of color #575175: hue angle of 250º degrees, saturation: 0.18, 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 #575175 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8781117-
CMYK0.260.3100.54
HSL250º18.18%38.82%-
HSV(B)250º30.77%45.88%-
XYZ10.089.218.07-
YUV86.9144.99128.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.53%
GREEN value IS 81 (32.03% from 255) = 28.42%
BLUE value IS 117 (46.09% from 255) = 41.05%
R=30.53%
G=28.42%
B=41.05%

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
Decimal87811170.260.3100.5425018.1838.82
Hex5751751A1F036fa1227
Octal12712116532370663722247
Binary101011110100011110101110101111101101101111101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575175; }

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

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

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

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

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

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

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

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