#575682

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

Shades of Victoria #575682

Tints of Victoria #575682

Color information

#575682 (or 0x575682) is unknown color: approx Victoria. HEX triplet: 57, 56 and 82. RGB value is (87,86,130). Sum of RGB (Red+Green+Blue) = 87+86+130=303 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.71% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 130 (51.17% from 255 or 42.90% from 303); Max value from RGB is 130 - color contains mainly: blue. Hex color #575682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575682 is #A8A97D. Grayscale: #5B5B5B. Windows color (decimal): -11053438 or 8541783. OLE color: 8541783.

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

Color convert

RGB8786130-
CMYK0.330.3400.49
HSL241.36º20.37%42.35%-
HSV(B)241.36º33.85%50.98%-
XYZ11.2910.2922.51-
YUV91.32149.83124.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.71%
GREEN value IS 86 (33.98% from 255) = 28.38%
BLUE value IS 130 (51.17% from 255) = 42.90%
R=28.71%
G=28.38%
B=42.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal87861300.330.3400.49241.3620.3742.35
Hex5756822122031f1142a
Octal12712620241420613612452
Binary101011110101101000001010000110001001100011111000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575682; }

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

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

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

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

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

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

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

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