#575183

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

Shades of Victoria #575183

Tints of Victoria #575183

Color information

#575183 (or 0x575183) is unknown color: approx Victoria. HEX triplet: 57, 51 and 83. RGB value is (87,81,131). Sum of RGB (Red+Green+Blue) = 87+81+131=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 131 - color contains mainly: blue. Hex color #575183 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575183 is #A8AE7C. Grayscale: #585858. Windows color (decimal): -11054717 or 8606039. OLE color: 8606039.

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

Color convert

RGB8781131-
CMYK0.340.3800.49
HSL247.2º23.58%41.57%-
HSV(B)247.2º38.17%51.37%-
XYZ10.979.5522.74-
YUV88.49151.99126.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.10%
GREEN value IS 81 (32.03% from 255) = 27.09%
BLUE value IS 131 (51.56% from 255) = 43.81%
R=29.10%
G=27.09%
B=43.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal87811310.340.3800.49247.223.5841.57
Hex5751832226031f7182a
Octal12712120342460613673052
Binary101011110100011000001110001010011001100011111011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575183; }

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

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

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

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

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

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

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

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