#575090

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

Shades of Victoria #575090

Tints of Victoria #575090

Color information

#575090 (or 0x575090) is unknown color: approx Victoria. HEX triplet: 57, 50 and 90. RGB value is (87,80,144). Sum of RGB (Red+Green+Blue) = 87+80+144=311 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.97% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #575090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575090 is #A8AF6F. Grayscale: #595959. Windows color (decimal): -11054960 or 9457751. OLE color: 9457751.

HSL color Cylindrical-coordinate representation of color #575090: hue angle of 246.56º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #575090 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8780144-
CMYK0.400.4400.44
HSL246.56º28.57%43.92%-
HSV(B)246.56º44.44%56.47%-
XYZ11.839.7827.65-
YUV89.39158.82126.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.97%
GREEN value IS 80 (31.64% from 255) = 25.72%
BLUE value IS 144 (56.64% from 255) = 46.30%
R=27.97%
G=25.72%
B=46.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal87801440.400.4400.44246.5628.5743.92
Hex575090282C02Cf71d2c
Octal12712022050540543673554
Binary101011110100001001000010100010110001011001111011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575090; }

 p { color: rgb(87,80,144); }

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

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

 a { background-color: rgb(87,80,144); }

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

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

 span { border-color: rgb(87,80,144); }

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